OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_new_install
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.h
44
bool
is_new_install
() const { return is_new_install_; }
function in class:DriveAppConverter
drive_app_converter_browsertest.cc
145
EXPECT_TRUE(converter()->
is_new_install
());
153
EXPECT_FALSE(converter()->
is_new_install
());
drive_app_provider.cc
124
converter->
is_new_install
() || was_generated);
/external/chromium_org/chrome/installer/setup/
install_worker.cc
288
bool
is_new_install
,
295
is_new_install
));
388
bool
is_new_install
,
398
installer_state, p.distribution(),
is_new_install
, list);
[
all
...]
Completed in 928 milliseconds