HomeSort by relevance Sort by last modified time
    Searched defs:ContentAutofillDriver (Results 1 - 2 of 2) 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...]
content_autofill_driver.h 34 class ContentAutofillDriver : public AutofillDriver,
43 static ContentAutofillDriver* FromWebContents(content::WebContents* contents);
72 ContentAutofillDriver(
77 virtual ~ContentAutofillDriver();

Completed in 83 milliseconds