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

  /external/chromium/android/content/browser/tab_contents/
tab_contents.h 12 #include "chrome/browser/autofill/autofill_host.h"
32 AutoFillHost* autofill_host() { return autofill_host_; } function in class:TabContents
33 void SetAutoFillHost(AutoFillHost* autofill_host) { autofill_host_ = autofill_host; }
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 95 #include <chrome/browser/autofill/autofill_host.h>
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 13 #include "chrome/browser/autofill/autofill_host.h"
33 AutoFillHost* autofill_host() { return autofill_host_; } function in class:TabContents
34 void SetAutoFillHost(AutoFillHost* autofill_host) { autofill_host_ = autofill_host; }
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 775 *host = tab_contents()->autofill_host();
    [all...]

Completed in 406 milliseconds