OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_app_installed_bubble
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc
280
EXPECT_TRUE(approval->
use_app_installed_bubble
);
287
EXPECT_FALSE(approval->
use_app_installed_bubble
);
webstore_private_api.cc
473
approval->
use_app_installed_bubble
= params_->details.app_install_bubble;
/external/chromium_org/chrome/browser/extensions/
webstore_installer.h
124
bool
use_app_installed_bubble
;
member in struct:extensions::WebstoreInstaller::Approval
webstore_standalone_installer.cc
100
approval->
use_app_installed_bubble
= ShouldShowAppInstalledBubble();
bundle_installer.cc
165
approval->
use_app_installed_bubble
= false;
crx_installer.cc
140
approval->
use_app_installed_bubble
);
webstore_installer.cc
204
use_app_installed_bubble
(false),
Completed in 1020 milliseconds