OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_user_count_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.h
159
bool show_user_count() const { return
show_user_count_
; }
240
bool
show_user_count_
;
member in class:extensions::WebstoreStandaloneInstaller
webstore_standalone_installer.cc
49
show_user_count_
(true),
307
show_user_count_
= true;
308
webstore_data->GetBoolean(kShowUserCountKey, &
show_user_count_
);
extension_install_prompt.h
243
bool
show_user_count_
;
member in class:ExtensionInstallPrompt::Prompt
extension_install_prompt.cc
236
show_user_count_
(false),
285
show_user_count_
= show_user_count;
465
if (
show_user_count_
) {
Completed in 181 milliseconds