HomeSort by relevance Sort by last modified time
    Searched refs:is_system (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/win8/delegate_execute/
crash_server_init.cc 35 bool is_system = false; local
41 is_system = true;
45 return is_system;
  /external/chromium_org/chrome_frame/
crash_server_init.cc 60 bool is_system = false; local
66 is_system = true;
70 return is_system;
chrome_tab.cc 402 // The is_system parameter indicates whether this is a per machine or a per
404 HRESULT SetChromeFrameUA(bool is_system, const wchar_t* value) {
406 HKEY parent_hive = is_system ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
593 HRESULT RegisterSecuredMimeHandler(bool enable, bool is_system) {
594 if (!is_system) {
639 HRESULT RegisterActiveDoc(bool reg, bool is_system) {
646 HRESULT RegisterActiveX(bool reg, bool is_system) {
653 HRESULT RegisterElevationPolicy(bool reg, bool is_system) {
668 HRESULT RegisterProtocol(bool reg, bool is_system) {
672 HRESULT RegisterBhoClsid(bool reg, bool is_system) {
    [all...]
utils.cc 1248 bool is_system = false; local
    [all...]
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 169 HRESULT (DWORD* is_system)); // NOLINT
  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 56 void SetApField(SystemUserInstall is_system, const wchar_t* value) {
57 HKEY root = is_system == SYSTEM_INSTALL ?
83 bool is_system = install == SYSTEM_INSTALL; local
107 is_system, &ret_channel));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /art/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 295 milliseconds