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

  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_api.cc 37 const std::string& install_parameter) {
38 ReplaceSubstringsAfterOffset(&str, 0, "__PARAM__", install_parameter);
64 const std::string& install_parameter) {
79 install_parameter));
82 SubstituteInstallParam(*search_provider.suggest_url, install_parameter);
86 SubstituteInstallParam(*search_provider.instant_url, install_parameter);
90 SubstituteInstallParam(*search_provider.image_url, install_parameter);
102 install_parameter));
117 search_provider.alternate_urls->at(i), install_parameter));
168 std::string install_parameter local
273 std::string install_parameter = prefs->GetInstallParam(extension->id()); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 13 const std::string& install_parameter,
26 install_parameter_(install_parameter),
pending_extension_info.h 31 const std::string& install_parameter,
53 const std::string& install_parameter() const { return install_parameter_; } function in class:extensions::PendingExtensionInfo
pending_extension_manager.h 94 const std::string& install_parameter,
123 const std::string& install_parameter,
pending_extension_manager.cc 169 const std::string& install_parameter,
198 install_parameter,
260 const std::string& install_parameter,
273 install_parameter,
external_policy_loader_unittest.cc 84 const std::string& install_parameter,
external_provider_impl.cc 62 const char ExternalProviderImpl::kInstallParam[] = "install_parameter";
240 std::string install_parameter; local
241 extension->GetString(kInstallParam, &install_parameter);
295 install_parameter,
extension_service.h 246 const std::string& install_parameter,
529 const std::string& install_parameter);
extension_service.cc 178 const std::string& install_parameter,
207 install_parameter,
1579 std::string install_parameter; local
    [all...]
extension_service_unittest.cc 414 const std::string& install_parameter,
439 pref->GetString("install_parameter", &parsed_install_parameter);
440 EXPECT_EQ(parsed_install_parameter, install_parameter);
    [all...]
  /external/chromium_org/extensions/browser/
external_provider_interface.h 50 const std::string& install_parameter,
extension_prefs.h 187 const std::string& install_parameter);
192 const std::string& install_parameter) {
197 install_parameter);
452 const std::string& install_parameter);
553 const std::string& install_parameter);
677 const std::string& install_parameter,
extension_prefs.cc 189 const char kPrefInstallParam[] = "install_parameter";
    [all...]

Completed in 278 milliseconds