OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInstantConfirmDialogShown
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/instant/
instant_confirm_dialog.cc
32
if (prefs->GetBoolean(prefs::
kInstantConfirmDialogShown
)) {
instant_controller.cc
60
prefs->RegisterBooleanPref(prefs::
kInstantConfirmDialogShown
, false);
105
service->SetBoolean(prefs::
kInstantConfirmDialogShown
, true);
/external/chromium/chrome/common/
pref_names.cc
253
const char
kInstantConfirmDialogShown
[] = "instant.confirm_dialog_shown";
[
all
...]
pref_names.h
89
extern const char
kInstantConfirmDialogShown
[];
Completed in 26 milliseconds