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 422 // The is_system parameter indicates whether this is a per machine or a per
424 HRESULT SetChromeFrameUA(bool is_system, const wchar_t* value) {
426 HKEY parent_hive = is_system ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
639 HRESULT RegisterSecuredMimeHandler(bool enable, bool is_system) {
642 if (!is_system)
686 HRESULT RegisterActiveDoc(bool reg, bool is_system) {
693 HRESULT RegisterActiveX(bool reg, bool is_system) {
700 HRESULT RegisterElevationPolicy(bool reg, bool is_system) {
715 HRESULT RegisterProtocol(bool reg, bool is_system) {
719 HRESULT RegisterBhoClsid(bool reg, bool is_system) {
    [all...]
utils.cc 1271 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 57 void SetApField(SystemUserInstall is_system, const wchar_t* value) {
58 HKEY root = is_system == SYSTEM_INSTALL ?
84 bool is_system = install == SYSTEM_INSTALL; local
108 is_system, &ret_channel));
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]

Completed in 677 milliseconds