Searched refs:is_system (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome_frame/ |
D | chrome_tab.cc | 424 HRESULT SetChromeFrameUA(bool is_system, const wchar_t* value) { in SetChromeFrameUA() argument 426 HKEY parent_hive = is_system ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; in SetChromeFrameUA() 639 HRESULT RegisterSecuredMimeHandler(bool enable, bool is_system) { in RegisterSecuredMimeHandler() argument 642 if (!is_system) in RegisterSecuredMimeHandler() 686 HRESULT RegisterActiveDoc(bool reg, bool is_system) { in RegisterActiveDoc() argument 693 HRESULT RegisterActiveX(bool reg, bool is_system) { in RegisterActiveX() argument 700 HRESULT RegisterElevationPolicy(bool reg, bool is_system) { in RegisterElevationPolicy() argument 715 HRESULT RegisterProtocol(bool reg, bool is_system) { in RegisterProtocol() argument 719 HRESULT RegisterBhoClsid(bool reg, bool is_system) { in RegisterBhoClsid() argument 723 HRESULT RegisterBhoIE(bool reg, bool is_system) { in RegisterBhoIE() argument [all …]
|
D | crash_server_init.cc | 60 bool is_system = false; in IsRunningSystemInstall() local 66 is_system = true; in IsRunningSystemInstall() 70 return is_system; in IsRunningSystemInstall()
|
D | utils.cc | 1271 bool is_system = false; in IsSystemProcess() local 1276 is_system = logon_sid == Sids::System(); in IsSystemProcess() 1279 return is_system; in IsSystemProcess()
|
/external/chromium_org/win8/delegate_execute/ |
D | crash_server_init.cc | 35 bool is_system = false; in IsRunningSystemInstall() local 41 is_system = true; in IsRunningSystemInstall() 45 return is_system; in IsRunningSystemInstall()
|
/external/chromium_org/sync/protocol/ |
D | synced_notification_data.proto | 37 // account" notifications. If is_system is set, gaia_id must not be set and 39 optional bool is_system = 2; field
|
/external/chromium_org/chrome_frame/test/ |
D | urlmon_moniker_tests.h | 169 HRESULT (DWORD* is_system)); // NOLINT
|
/external/chromium_org/chrome/installer/util/ |
D | google_update_settings_unittest.cc | 57 void SetApField(SystemUserInstall is_system, const wchar_t* value) { in SetApField() argument 58 HKEY root = is_system == SYSTEM_INSTALL ? in SetApField() 84 bool is_system = install == SYSTEM_INSTALL; in TestCurrentChromeChannelWithVariousApValues() local 108 is_system, &ret_channel)); in TestCurrentChromeChannelWithVariousApValues()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 2872 def _classify_include(filename, include, is_system, include_state): argument 2894 if is_system and not include.startswith('public/'): 2980 is_system = (matched.group(1) == '<') 2988 if include.startswith('wtf/') and is_system: 3004 header_type = _classify_include(filename, include, is_system, include_state)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2953 def _ClassifyInclude(fileinfo, include, is_system): argument 2982 if is_system: 3043 is_system = (match.group(1) == '<') 3063 _ClassifyInclude(fileinfo, include, is_system))
|