HomeSort by relevance Sort by last modified time
    Searched defs:key_path_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/installer/util/
non_updating_app_registration_data.h 24 const base::string16 key_path_; member in class:NonUpdatingAppRegistrationData
conditional_work_item_list.h 40 : key_path_(key_path) {}
44 base::FilePath key_path_; member in class:ConditionRunIfFileExists
delete_reg_value_work_item.h 51 std::wstring key_path_; member in class:DeleteRegValueWorkItem
set_reg_value_work_item.h 71 std::wstring key_path_; member in class:SetRegValueWorkItem
shell_util.cc 535 items->AddCreateRegKeyWorkItem(root, key_path_, WorkItem::kWow64Default);
538 root, key_path_, WorkItem::kWow64Default, name_, value_, true);
541 root, key_path_, WorkItem::kWow64Default, name_, int_value_, true);
545 // Checks if the current registry entry exists in HKCU\|key_path_|\|name_|
581 : key_path_(key_path), name_(),
588 : key_path_(key_path), name_(name),
595 : key_path_(key_path), name_(name),
599 base::string16 key_path_; // key path for the registry entry member in class:__anon10333::RegistryEntry
607 // |root|\|key_path_|\|name_|.
609 RegKey key(root, key_path_.c_str(), KEY_QUERY_VALUE)
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.h 104 base::FilePath key_path_; member in class:policy::UserCloudPolicyStore

Completed in 169 milliseconds