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 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.h
44
bool is_new_install() const { return
is_new_install_
; }
64
bool
is_new_install_
;
member in class:DriveAppConverter
drive_app_converter.cc
109
is_new_install_
(false),
208
is_new_install_
= success && crx_installer_->current_version().empty();
Completed in 188 milliseconds