OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_installed
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc
700
bool
is_installed
= false;
local
704
&
is_installed
));
705
ASSERT_TRUE(
is_installed
);
739
bool
is_installed
= false;
local
808
bool
is_installed
= false;
local
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc
133
const bool
is_installed
= extension && !extension->is_ephemeral();
local
135
if (!is_otr && !
is_installed
&& !is_installing()) {
/external/llvm/utils/llvm-build/llvmbuild/
main.py
346
is_installed
= c.installed
349
is_installed
= True
363
is_installed
)
409
for name,library_name,required_names,
is_installed
in entries:
415
name, library_name_as_cstr,
is_installed
,
[
all
...]
/external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc
54
EXPECT_TRUE(app1.
is_installed
());
92
EXPECT_TRUE(app2.
is_installed
());
drive_api_parser.h
178
bool
is_installed
() const { return installed_; }
function in class:google_apis::AppResource
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc
209
bool
is_installed
) {
214
const char* name =
is_installed
? "NaCl.LoadStatus.Plugin.InstalledApp" :
221
bool
is_installed
) {
226
const char* name =
is_installed
? "NaCl.LoadStatus.SelLdr.InstalledApp" :
[
all
...]
Completed in 696 milliseconds