OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approved_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
bundle_installer.h
85
bool approved() const { return
approved_
; }
182
bool
approved_
;
member in class:extensions::BundleInstaller
bundle_installer.cc
107
:
approved_
(false),
141
CHECK(
approved_
);
317
approved_
= true;
crx_installer.cc
111
approved_
(false),
148
approved_
= true;
254
if ((
approved_
|| !expected_id_.empty()) &&
283
if (
approved_
) {
600
(!allow_silent_install_ || !
approved_
) &&
crx_installer.h
281
bool
approved_
;
member in class:extensions::CrxInstaller
288
// localization have taken place. If |
approved_
| is true, then the
Completed in 61 milliseconds