parent
86d23cee40
commit
22d8f22cfb
100 changed files with 417 additions and 417 deletions
|
@ -58,13 +58,13 @@ class AutofillAgent : public content::RenderFrameObserver,
|
|||
void DataListOptionsChanged(const blink::WebInputElement&) override;
|
||||
|
||||
// mojom::ElectronAutofillAgent
|
||||
void AcceptDataListSuggestion(const base::string16& suggestion) override;
|
||||
void AcceptDataListSuggestion(const std::u16string& suggestion) override;
|
||||
|
||||
bool IsUserGesture() const;
|
||||
void HidePopup();
|
||||
void ShowPopup(const blink::WebFormControlElement&,
|
||||
const std::vector<base::string16>&,
|
||||
const std::vector<base::string16>&);
|
||||
const std::vector<std::u16string>&,
|
||||
const std::vector<std::u16string>&);
|
||||
void ShowSuggestions(const blink::WebFormControlElement& element,
|
||||
const ShowSuggestionsOptions& options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue