Searched refs:component_id (Results 1 - 25 of 69) sorted by path

123

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine.cc557 void InputMethodEngine::Enable(const std::string& component_id) { argument
558 DCHECK(!component_id.empty());
559 active_component_id_ = component_id;
560 observer_->OnActivate(component_id);
H A Dinput_method_engine.h83 virtual void Enable(const std::string& component_id) OVERRIDE;
H A Dinput_method_manager_impl.cc68 const std::string component_id = local
72 if (StartsWithASCII(component_id, "xkb:", true)) {
73 ch = component_id[4];
75 } else if (StartsWithASCII(component_id, "zh-", true)) {
76 size_t pos = component_id.find("-t-i0-");
79 ch = component_id[pos];
81 } else if (StartsWithASCII(component_id, "nacl_mozc_", true)) {
82 ch = component_id[10];
84 } else if (StartsWithASCII(component_id, "hangul_", true)) {
85 ch = component_id[
1002 const std::string& component_id = local
[all...]
H A Dmock_input_method_engine.cc104 void MockInputMethodEngine::Enable(const std::string& component_id) { argument
105 active_component_id_ = component_id;
H A Dmock_input_method_engine.h75 virtual void Enable(const std::string& component_id) OVERRIDE;
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc141 const std::string& component_id) {
142 return cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
139 OnDemand( ComponentUpdateService* cus, const std::string& component_id) argument
H A Dcomponent_updater_service_unittest.h90 const std::string& component_id);
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc107 virtual void OnActivate(const std::string& component_id) OVERRIDE {
112 component_id,
119 virtual void OnDeactivated(const std::string& component_id) OVERRIDE {
124 input_ime::OnDeactivated::Create(component_id));
173 const std::string& component_id,
192 ime_event_router->AddRequest(component_id, key_data);
207 input_ime::OnKeyEvent::Create(component_id, key_data_value));
214 const std::string& component_id,
239 component_id, candidate_id, button_enum));
245 virtual void OnMenuItemActivated(const std::string& component_id,
412 GetEngine( const std::string& extension_id, const std::string& component_id) argument
441 std::string component_id = request->second.first; local
448 AddRequest( const std::string& component_id, chromeos::input_method::KeyEventHandle* key_data) argument
[all...]
H A Dinput_ime_api.h47 const std::string& component_id);
57 std::string AddRequest(const std::string& component_id,
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc334 ns.component_id,
/external/chromium_org/chrome/browser/ui/webui/
H A Dcomponents_ui.cc119 std::string component_id; local
120 if (!args->GetString(0, &component_id)) {
125 ComponentsUI::OnDemandUpdate(component_id);
155 void ComponentsUI::OnDemandUpdate(const std::string& component_id) { argument
158 cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
H A Dcomponents_ui.h27 static void OnDemandUpdate(const std::string& component_id);
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc145 virtual bool GetComponentDetails(const std::string& component_id,
149 virtual Status OnDemandUpdate(const std::string& component_id) OVERRIDE;
158 void DownloadProgress(const std::string& component_id,
185 void EndUnpacking(const std::string& component_id,
190 void DoneInstalling(const std::string& component_id,
510 bool CrxUpdateService::GetComponentDetails(const std::string& component_id, argument
513 const CrxUpdateItem* crx_update_item(FindUpdateItemById(component_id));
521 // |component_id| is a value returned from GetCrxComponentID().
523 const std::string& component_id) {
524 return OnDemandUpdateInternal(FindUpdateItemById(component_id));
522 OnDemandUpdate( const std::string& component_id) argument
780 DownloadProgress( const std::string& component_id, const CrxDownloader::Result& download_result) argument
869 EndUnpacking(const std::string& component_id, const base::FilePath& crx_path, ComponentUnpacker::Error error, int extended_error) argument
890 DoneInstalling(const std::string& component_id, ComponentUnpacker::Error error, int extra_code) argument
[all...]
H A Dcomponent_updater_service.h199 virtual bool GetComponentDetails(const std::string& component_id,
215 // Triggers an update check for a component. |component_id| is a value
222 const std::string& component_id) = 0;
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.cc81 DCHECK(ns.component_id.empty());
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc34 const std::string& component_id) {
35 return schema_map->GetSchema(PolicyNamespace(domain, component_id)) == NULL;
41 ns->component_id = key.second;
32 NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map, PolicyDomain domain, const std::string& component_id) argument
H A Dcomponent_cloud_policy_service_unittest.cc416 ns.component_id = kTestExtension2;
429 ns.component_id = kTestExtension;
H A Dcomponent_cloud_policy_store.cc170 cache_->Store(constants->proto_cache_key, ns.component_id, serialized_policy);
171 cache_->Store(constants->data_cache_key, ns.component_id, data);
185 cache_->Delete(constants->proto_cache_key, ns.component_id);
186 cache_->Delete(constants->data_cache_key, ns.component_id);
210 filter.Run(it->first.component_id) &&
221 if (it->first.domain == domain && filter.Run(it->first.component_id)) {
266 ns->component_id = policy_data.settings_entity_id();
H A Dcomponent_cloud_policy_store_unittest.cc128 EXPECT_EQ(kTestExtension, ns.component_id);
H A Dcomponent_cloud_policy_updater.cc106 return size + ":" + domain + ":" + ns.component_id;
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc19 DCHECK(ns.domain != POLICY_DOMAIN_CHROME || ns.component_id.empty());
27 DCHECK(ns.domain != POLICY_DOMAIN_CHROME || ns.component_id.empty());
H A Dpolicy_bundle_unittest.cc99 EXPECT_EQ("", it->first.component_id);
H A Dpolicy_loader_win.cc637 policy_namespace.component_id == kLegacyBrowserSupportExtensionId) {
H A Dpolicy_loader_win_unittest.cc1206 kPathSuffix, base::ASCIIToUTF16(ns.component_id)));
H A Dpolicy_namespace.cc12 const std::string& component_id)
14 component_id(component_id) {}
18 component_id(other.component_id) {}
24 component_id = other.component_id;
30 (domain == other.domain && component_id < other.component_id);
34 return domain == other.domain && component_id
11 PolicyNamespace(PolicyDomain domain, const std::string& component_id) argument
[all...]

Completed in 2104 milliseconds

123