Searched defs:key_path_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dnon_updating_app_registration_data.h24 const base::string16 key_path_; member in class:NonUpdatingAppRegistrationData
H A Dconditional_work_item_list.h40 : key_path_(key_path) {}
44 base::FilePath key_path_; member in class:ConditionRunIfFileExists
H A Ddelete_reg_value_work_item.h51 std::wstring key_path_; member in class:DeleteRegValueWorkItem
H A Dset_reg_value_work_item.h71 std::wstring key_path_; member in class:SetRegValueWorkItem
H A Dshell_util.cc533 items->AddCreateRegKeyWorkItem(root, key_path_, WorkItem::kWow64Default);
536 root, key_path_, WorkItem::kWow64Default, name_, value_, true);
539 root, key_path_, WorkItem::kWow64Default, name_, int_value_, true);
543 // Checks if the current registry entry exists in HKCU\|key_path_|\|name_|
579 : key_path_(key_path), name_(),
586 : key_path_(key_path), name_(name),
593 : key_path_(key_path), name_(name),
597 base::string16 key_path_; // key path for the registry entry member in class:__anon5788::RegistryEntry
605 // |root|\|key_path_|\|name_|.
607 RegKey key(root, key_path_
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.h101 base::FilePath key_path_; member in class:policy::UserCloudPolicyStore

Completed in 236 milliseconds