OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAutofillEnabled
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc
292
static jboolean
IsAutofillEnabled
(JNIEnv* env, jclass clazz) {
/external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc
89
virtual bool
IsAutofillEnabled
() const OVERRIDE {
131
virtual bool
IsAutofillEnabled
() const { return autofill_enabled_; }
[
all
...]
personal_data_manager.cc
682
metric_logger_->LogIsAutofillEnabledAtStartup(
IsAutofillEnabled
());
688
bool PersonalDataManager::
IsAutofillEnabled
() const {
autofill_manager.cc
314
if (!
IsAutofillEnabled
())
350
bool enabled =
IsAutofillEnabled
();
671
bool AutofillManager::
IsAutofillEnabled
() const {
767
if (!
IsAutofillEnabled
())
[
all
...]
autofill_manager_unittest.cc
418
virtual bool
IsAutofillEnabled
() const { return autofill_enabled_; }
[
all
...]
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
160
metric_logger_->LogIsAutofillEnabledAtStartup(
IsAutofillEnabled
());
681
bool PersonalDataManager::
IsAutofillEnabled
() const {
[
all
...]
autofill_manager.cc
312
bool enabled =
IsAutofillEnabled
();
564
if (!
IsAutofillEnabled
())
650
bool AutofillManager::
IsAutofillEnabled
() const {
801
if (!
IsAutofillEnabled
())
[
all
...]
Completed in 45 milliseconds