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 36 const std::string& install_parameter) {
37 ReplaceSubstringsAfterOffset(&str, 0, "__PARAM__", install_parameter);
63 const std::string& install_parameter) {
78 install_parameter));
81 SubstituteInstallParam(*search_provider.suggest_url, install_parameter);
85 SubstituteInstallParam(*search_provider.instant_url, install_parameter);
89 SubstituteInstallParam(*search_provider.image_url, install_parameter);
101 install_parameter));
116 search_provider.alternate_urls->at(i), install_parameter));
167 std::string install_parameter local
269 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 93 const std::string& install_parameter,
122 const std::string& install_parameter,
pending_extension_manager.cc 162 const std::string& install_parameter,
191 install_parameter,
253 const std::string& install_parameter,
266 install_parameter,
external_policy_loader_unittest.cc 82 const std::string& install_parameter,
external_provider_impl.cc 58 const char ExternalProviderImpl::kInstallParam[] = "install_parameter";
230 std::string install_parameter; local
231 extension->GetString(kInstallParam, &install_parameter);
285 install_parameter,
extension_service.h 218 const std::string& install_parameter,
493 const std::string& install_parameter);
extension_service.cc 200 const std::string& install_parameter,
229 install_parameter,
1722 std::string install_parameter; local
    [all...]
extension_service_unittest.cc 408 const std::string& install_parameter,
433 pref->GetString("install_parameter", &parsed_install_parameter);
434 EXPECT_EQ(parsed_install_parameter, install_parameter);
    [all...]
  /external/chromium_org/extensions/browser/
external_provider_interface.h 49 const std::string& install_parameter,
extension_prefs.h 194 const std::string& install_parameter);
199 const std::string& install_parameter) {
204 install_parameter);
464 const std::string& install_parameter);
569 const std::string& install_parameter);
688 const std::string& install_parameter,
extension_prefs.cc 189 const char kPrefInstallParam[] = "install_parameter";
    [all...]

Completed in 5877 milliseconds