HomeSort by relevance Sort by last modified time
    Searched refs:ContentAutofillDriver (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.cc 34 void ContentAutofillDriver::CreateForWebContentsAndDelegate(
44 new ContentAutofillDriver(
49 ContentAutofillDriver* ContentAutofillDriver::FromWebContents(
51 return static_cast<ContentAutofillDriver*>(
55 ContentAutofillDriver::ContentAutofillDriver(
70 ContentAutofillDriver::~ContentAutofillDriver() {}
72 bool ContentAutofillDriver::IsOffTheRecord() const
    [all...]
request_autocomplete_manager.h 16 class ContentAutofillDriver;
23 explicit RequestAutocompleteManager(ContentAutofillDriver* autofill_driver);
51 ContentAutofillDriver* const autofill_driver_; // weak.
content_autofill_driver.h 34 class ContentAutofillDriver : public AutofillDriver,
43 static ContentAutofillDriver* FromWebContents(content::WebContents* contents);
75 ContentAutofillDriver(
80 virtual ~ContentAutofillDriver();
request_autocomplete_manager_unittest.cc 73 class TestContentAutofillDriver : public ContentAutofillDriver {
77 : ContentAutofillDriver(contents, client, kAppLocale, kDownloadState) {
87 using ContentAutofillDriver::DidNavigateMainFrame;
request_autocomplete_manager.cc 41 ContentAutofillDriver* autofill_driver)
content_autofill_driver_unittest.cc 48 class TestContentAutofillDriver : public ContentAutofillDriver {
52 : ContentAutofillDriver(contents, client, kAppLocale, kDownloadState) {
63 using ContentAutofillDriver::DidNavigateMainFrame;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_interactive_uitest.cc 80 ContentAutofillDriver* driver =
81 ContentAutofillDriver::FromWebContents(web_contents);
autofill_popup_controller_unittest.cc 133 ContentAutofillDriver::CreateForWebContentsAndDelegate(
138 ContentAutofillDriver* driver =
139 ContentAutofillDriver::FromWebContents(web_contents());
429 ContentAutofillDriver* driver =
430 ContentAutofillDriver::FromWebContents(web_contents());
  /external/chromium_org/chrome/browser/autofill/
content_autofill_driver_browsertest.cc 57 // Subclass ContentAutofillDriver so we can create an ContentAutofillDriver
59 class TestContentAutofillDriver : public ContentAutofillDriver {
63 : ContentAutofillDriver(
form_structure_browsertest.cc 73 ContentAutofillDriver* autofill_driver =
74 ContentAutofillDriver::FromWebContents(
76 ASSERT_NE(static_cast<ContentAutofillDriver*>(NULL), autofill_driver);
autofill_interactive_uitest.cc 210 ContentAutofillDriver* autofill_driver =
211 ContentAutofillDriver::FromWebContents(web_contents);
219 AutofillManager* autofill_manager = ContentAutofillDriver::FromWebContents(
    [all...]
autofill_browsertest.cc 127 AutofillManager* autofill_manager = ContentAutofillDriver::FromWebContents(
  /external/chromium_org/components/password_manager/content/browser/
content_password_manager_driver.cc 149 autofill::ContentAutofillDriver* driver =
150 autofill::ContentAutofillDriver::FromWebContents(web_contents());
  /external/chromium_org/chrome/browser/ui/
tab_helpers.cc 117 autofill::ContentAutofillDriver::CreateForWebContentsAndDelegate(
  /external/chromium_org/android_webview/native/
aw_contents.cc 74 using autofill::ContentAutofillDriver;
229 if (ContentAutofillDriver::FromWebContents(web_contents_.get())) {
247 if (ContentAutofillDriver::FromWebContents(web_contents))
253 ContentAutofillDriver::CreateForWebContentsAndDelegate(
    [all...]

Completed in 5753 milliseconds