OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_installed
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/components/nacl/renderer/
manifest_downloader.cc
19
bool
is_installed
,
22
is_installed_(
is_installed
),
histogram.h
25
bool
is_installed
);
manifest_downloader.h
33
bool
is_installed
,
histogram.cc
43
bool
is_installed
) {
47
const char* name =
is_installed
?
nexe_load_manager.h
79
bool
is_installed
() const { return is_installed_; }
function in class:nacl::NexeLoadManager
ppb_nacl_private_impl.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/pdf/
adobe_reader_info_win.h
15
bool
is_installed
;
member in struct:AdobeReaderPluginInfo
pdf_unsupported_feature.cc
261
content::RecordAction(reader_info_.
is_installed
?
278
reader_info_.
is_installed
? IDS_PDF_BUBBLE_OPEN_IN_READER_LINK
297
if (!reader_info_.
is_installed
) {
320
content::RecordAction(reader_info_.
is_installed
?
328
if (!reader_info.
is_installed
|| !reader_info.is_enabled)
adobe_reader_info_win.cc
71
reader_info.
is_installed
= false;
88
reader_info.
is_installed
= true;
/external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc
701
bool
is_installed
= false;
local
705
&
is_installed
));
706
ASSERT_TRUE(
is_installed
);
740
bool
is_installed
= false;
local
809
bool
is_installed
= false;
local
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc
163
const bool
is_installed
=
local
166
if (!is_otr && !
is_installed
&& !is_installing()) {
/external/llvm/utils/llvm-build/llvmbuild/
main.py
347
is_installed
= c.installed
350
is_installed
= True
364
is_installed
)
411
for name,library_name,required_names,
is_installed
in entries:
417
name, library_name_as_cstr,
is_installed
,
[
all
...]
/external/chromium_org/remoting/host/linux/
linux_me2me_host.py
53
IS_INSTALLED
= (os.path.basename(sys.argv[0]) != 'linux_me2me_host.py')
55
if
IS_INSTALLED
:
598
if
IS_INSTALLED
:
[
all
...]
Completed in 5628 milliseconds