Searched refs:extension_id (Results 151 - 175 of 835) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service.h38 void(const std::string& extension_id, scoped_ptr<Event> event)>
42 const std::string& extension_id,
49 // |extension_id|.
50 void WatchDirectory(const std::string& extension_id,
56 void UnwatchEntry(const std::string& extension_id,
61 const std::string& extension_id);
101 const std::string& extension_id,
110 const std::string& extension_id,
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsetting_sync_data.cc52 LOG(WARNING) << "Specifics for " << specifics.extension_id() << "/" <<
58 specifics.extension_id(),
65 const std::string& extension_id,
68 : internal_(new Internal(change_type, extension_id, key, value.Pass())) {}
76 const std::string& SettingSyncData::extension_id() const { function in class:extensions::SettingSyncData
90 const std::string& extension_id,
94 extension_id_(extension_id),
63 SettingSyncData( syncer::SyncChange::SyncChangeType change_type, const std::string& extension_id, const std::string& key, scoped_ptr<base::Value> value) argument
88 Internal( syncer::SyncChange::SyncChangeType change_type, const std::string& extension_id, const std::string& key, scoped_ptr<base::Value> value) argument
H A Dsync_storage_backend.cc21 void AddAllSyncData(const std::string& extension_id, argument
27 extension_id, it.key(), it.value(), type));
53 ValueStore* SyncStorageBackend::GetStorage(const std::string& extension_id) { argument
56 return GetOrCreateStorageWithSyncData(extension_id, empty);
60 const std::string& extension_id,
64 StorageObjMap::iterator maybe_storage = storage_objs_.find(extension_id);
71 quota_, storage_factory_->Create(base_path_, extension_id)));
77 observers_, extension_id, storage.release(), sync_type_, flare_));
78 storage_objs_[extension_id] = syncable_storage;
82 sync_data, CreateSettingsSyncProcessor(extension_id)
59 GetOrCreateStorageWithSyncData( const std::string& extension_id, const base::DictionaryValue& sync_data) const argument
89 DeleteStorage(const std::string& extension_id) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc39 const std::string& extension_id) {
40 return ChromeLauncherController::instance()->IsAppPinned(extension_id);
43 void AppListControllerDelegateAsh::PinApp(const std::string& extension_id) { argument
44 ChromeLauncherController::instance()->PinAppWithID(extension_id);
47 void AppListControllerDelegateAsh::UnpinApp(const std::string& extension_id) { argument
48 ChromeLauncherController::instance()->UnpinAppWithID(extension_id);
77 const std::string& extension_id) {
38 IsAppPinned( const std::string& extension_id) argument
75 DoCreateShortcutsFlow( Profile* profile, const std::string& extension_id) argument
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc70 const std::string& extension_id,
94 extension_id);
101 extension_id,
103 &DispatchOnStartupEventImpl, browser_context, extension_id, false));
110 system->event_router()->DispatchEventToExtension(extension_id, event.Pass());
114 const std::string& extension_id,
117 extension_id, kUninstallUrl, new base::StringValue(url_string));
121 const std::string& extension_id) {
123 prefs->ReadPrefAsString(extension_id, kUninstallUrl, &url_string);
254 void RuntimeAPI::ReloadExtension(const std::string& extension_id) { argument
69 DispatchOnStartupEventImpl(BrowserContext* browser_context, const std::string& extension_id, bool first_call, ExtensionHost* host) argument
113 SetUninstallURL(ExtensionPrefs* prefs, const std::string& extension_id, const std::string& url_string) argument
120 GetUninstallURL(ExtensionPrefs* prefs, const std::string& extension_id) argument
258 CheckForUpdates( const std::string& extension_id, const RuntimeAPIDelegate::UpdateCheckCallback& callback) argument
279 DispatchOnStartupEvent( content::BrowserContext* context, const std::string& extension_id) argument
286 DispatchOnInstalledEvent( content::BrowserContext* context, const std::string& extension_id, const Version& old_version, bool chrome_updated) argument
340 DispatchOnUpdateAvailableEvent( content::BrowserContext* context, const std::string& extension_id, const base::DictionaryValue* manifest) argument
388 OnExtensionUninstalled( content::BrowserContext* context, const std::string& extension_id, UninstallReason reason) argument
[all...]
/external/chromium_org/extensions/common/features/
H A Dcomplex_feature.cc34 const std::string& extension_id,
41 extension_id, type, location, manifest_version, platform);
48 extension_id, type, location, manifest_version, platform);
79 bool ComplexFeature::IsIdInBlacklist(const std::string& extension_id) const {
83 if ((*it)->IsIdInBlacklist(extension_id))
89 bool ComplexFeature::IsIdInWhitelist(const std::string& extension_id) const {
93 if ((*it)->IsIdInWhitelist(extension_id))
33 IsAvailableToManifest( const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version, Platform platform) const argument
/external/chromium_org/extensions/renderer/
H A Di18n_custom_bindings.cc33 std::string extension_id; local
37 extension_id = *v8::String::Utf8Value(args[2]->ToString());
38 if (extension_id.empty())
42 L10nMessagesMap* l10n_messages = GetL10nMessagesMap(extension_id);
53 new ExtensionHostMsg_GetMessageBundle(extension_id, &messages));
58 l10n_messages_map[extension_id] = messages;
60 l10n_messages = GetL10nMessagesMap(extension_id);
H A Duser_script_set_manager.cc91 const ExtensionId& extension_id) {
93 programmatic_scripts_.find(extension_id);
99 const ExtensionId& extension_id,
116 if (!extension_id.empty()) {
121 if (programmatic_scripts_.find(extension_id) ==
124 programmatic_scripts_[extension_id] = make_linked_ptr(scripts);
126 scripts = programmatic_scripts_[extension_id].get();
143 if (extension_id.empty())
146 all_extensions.insert(extension_id);
90 GetProgrammaticScriptsByExtension( const ExtensionId& extension_id) argument
97 OnUpdateUserScripts( base::SharedMemoryHandle shared_memory, const ExtensionId& extension_id, const std::set<std::string>& changed_extensions) argument
H A Devent_bindings.cc88 // Add a filter to |event_name| in |extension_id|, returning true if it
91 const std::string& extension_id,
94 g_filtered_listener_counts.Get()[extension_id];
103 // Remove a filter from |event_name| in |extension_id|, returning true if it
106 const std::string& extension_id,
109 g_filtered_listener_counts.Get()[extension_id];
150 std::string extension_id = context()->GetExtensionID();
151 EventListenerCounts& listener_counts = g_listener_counts.Get()[extension_id];
154 extension_id, context()->GetURL(), event_name));
163 new ExtensionHostMsg_AddLazyListener(extension_id, event_nam
90 AddFilter(const std::string& event_name, const std::string& extension_id, base::DictionaryValue* filter) argument
105 RemoveFilter(const std::string& event_name, const std::string& extension_id, base::DictionaryValue* filter) argument
176 std::string extension_id = context()->GetExtensionID(); local
254 std::string extension_id = context()->GetExtensionID(); local
[all...]
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h89 // its |extension_id|. The function consults the master list to see if
94 bool GetBrowserActionCommand(const std::string& extension_id,
100 // its |extension_id|. The function consults the master list to see if
105 bool GetPageActionCommand(const std::string& extension_id,
111 // |extension_id|. The function consults the master list to see if the
115 bool GetNamedCommands(const std::string& extension_id,
121 // |extension_id| and command with the name |command_name|. If
129 std::string extension_id,
134 // Removes all keybindings for a given extension by its |extension_id|.
137 void RemoveKeybindingPrefs(const std::string& extension_id,
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_icon_manager.cc76 const SkBitmap& ExtensionIconManager::GetIcon(const std::string& extension_id) { argument
78 if (ContainsKey(icons_, extension_id)) {
79 result = &icons_[extension_id];
90 void ExtensionIconManager::RemoveIcon(const std::string& extension_id) { argument
91 icons_.erase(extension_id);
92 pending_icons_.erase(extension_id);
95 void ExtensionIconManager::OnImageLoaded(const std::string& extension_id, argument
102 if (!ContainsKey(pending_icons_, extension_id))
105 pending_icons_.erase(extension_id);
106 icons_[extension_id]
[all...]
H A Dlocation_bar_controller_unittest.cc116 EXPECT_EQ(page_action->id(), current_actions[0]->extension_id());
128 EXPECT_TRUE(current_actions[0]->extension_id() == no_action->id() ||
129 current_actions[1]->extension_id() == no_action->id());
130 EXPECT_TRUE(current_actions[0]->extension_id() == page_action->id() ||
131 current_actions[1]->extension_id() == page_action->id());
139 EXPECT_TRUE(current_actions[0]->extension_id() == no_action->id() ||
140 current_actions[1]->extension_id() == no_action->id());
141 EXPECT_TRUE(current_actions[0]->extension_id() == page_action->id() ||
142 current_actions[1]->extension_id() == page_action->id());
148 EXPECT_EQ(page_action->id(), current_actions[0]->extension_id());
[all...]
/external/chromium_org/extensions/browser/
H A Dstate_store.cc21 std::string GetFullKey(const std::string& extension_id, argument
23 return extension_id + "." + key;
109 void StateStore::GetExtensionValue(const std::string& extension_id, argument
114 GetFullKey(extension_id, key),
118 void StateStore::SetExtensionValue(const std::string& extension_id, argument
123 GetFullKey(extension_id, key),
127 void StateStore::RemoveExtensionValue(const std::string& extension_id, argument
131 GetFullKey(extension_id, key)));
183 void StateStore::RemoveKeysForExtension(const std::string& extension_id) { argument
189 GetFullKey(extension_id, *ke
[all...]
H A Dcontent_verifier.h48 ContentVerifyJob* CreateJobFor(const std::string& extension_id,
53 // failed while reading some file in |extension_id|.
54 void VerifyFailed(const std::string& extension_id,
71 void OnFetchComplete(const std::string& extension_id,
76 void OnFetchCompleteHelper(const std::string& extension_id,
83 bool ShouldVerifyAnyPaths(const std::string& extension_id,
H A Dextension_message_filter.cc111 const std::string& extension_id,
121 if (crx_file::id_util::IdIsValid(extension_id)) {
122 router->AddEventListener(event_name, process, extension_id);
132 const std::string& extension_id,
142 if (crx_file::id_util::IdIsValid(extension_id)) {
143 router->RemoveEventListener(event_name, process, extension_id);
153 const std::string& extension_id, const std::string& event_name) {
157 router->AddLazyEventListener(event_name, extension_id);
214 const std::string& extension_id, const std::string& event_name) {
218 router->RemoveLazyEventListener(event_name, extension_id);
110 OnExtensionAddListener( const std::string& extension_id, const GURL& listener_url, const std::string& event_name) argument
131 OnExtensionRemoveListener( const std::string& extension_id, const GURL& listener_url, const std::string& event_name) argument
152 OnExtensionAddLazyListener( const std::string& extension_id, const std::string& event_name) argument
213 OnExtensionRemoveLazyListener( const std::string& extension_id, const std::string& event_name) argument
221 OnExtensionAddFilteredListener( const std::string& extension_id, const std::string& event_name, const base::DictionaryValue& filter, bool lazy) argument
236 OnExtensionRemoveFilteredListener( const std::string& extension_id, const std::string& event_name, const base::DictionaryValue& filter, bool lazy) argument
251 OnExtensionShouldSuspendAck( const std::string& extension_id, int sequence_id) argument
259 OnExtensionSuspendAck( const std::string& extension_id) argument
[all...]
/external/chromium_org/apps/
H A Dsaved_devices_service.h72 SavedDevices(Profile* profile, const std::string& extension_id);
95 // Returns the SavedDevices for |extension_id|, creating it if necessary.
96 SavedDevices* GetOrInsert(const std::string& extension_id);
99 const std::string& extension_id) const;
101 // Clears the SavedDevices for |extension_id|.
102 void Clear(const std::string& extension_id);
110 // Returns the SavedDevices for |extension_id| or NULL if one does not exist.
111 SavedDevices* Get(const std::string& extension_id) const;
H A Dapp_restore_service.cc65 bool AppRestoreService::IsAppRestorable(const std::string& extension_id) { argument
66 return ExtensionPrefs::Get(profile_)->IsExtensionRunning(extension_id);
103 void AppRestoreService::RecordAppStart(const std::string& extension_id) { argument
104 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, true);
107 void AppRestoreService::RecordAppStop(const std::string& extension_id) { argument
108 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, false);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcoded_default_settings.cc72 for (base::DictionaryValue::Iterator extension_id(*extensions);
73 !extension_id.IsAtEnd(); extension_id.Advance()) {
74 if (crx_file::id_util::IdIsValid(extension_id.key()))
75 extension_ids->push_back(extension_id.key());
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.h39 void OnSocketConnect(const std::string& extension_id, int socket_id);
42 void OnSocketListen(const std::string& extension_id, int socket_id);
45 void OnSocketResume(const std::string& extension_id, int socket_id);
71 std::string extension_id; member in struct:extensions::core_api::BluetoothSocketEventDispatcher::SocketParams
107 const std::string& extension_id,
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc135 << params.extension_id.substr(0, 8);
136 ExtensionAppItem* existing_item = GetExtensionAppItem(params.extension_id);
150 InsertApp(CreateAppItem(params.extension_id,
154 SetHighlightedApp(params.extension_id);
158 const std::string& extension_id,
160 ExtensionAppItem* item = GetExtensionAppItem(extension_id);
167 const std::string& extension_id) {
168 model_->DeleteItem(extension_id);
228 const std::string& extension_id) {
229 SetHighlightedApp(extension_id);
157 OnDownloadProgress( const std::string& extension_id, int percent_downloaded) argument
166 OnInstallFailure( const std::string& extension_id) argument
227 OnAppInstalledToAppList( const std::string& extension_id) argument
249 CreateAppItem( const std::string& extension_id, const std::string& extension_name, const gfx::ImageSkia& installing_icon, bool is_platform_app) argument
303 SetHighlightedApp( const std::string& extension_id) argument
317 GetExtensionAppItem( const std::string& extension_id) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.cc43 const std::string& extension_id,
44 Profile* profile) : extension_id_(extension_id),
124 if ((*it)->extension_id() == details.extension_id) {
131 details.extension_id,
137 RemoveChangeObserverForExtension(details.extension_id);
141 const std::string& extension_id) {
146 if ((*it)->extension_id() == extension_id) {
42 SignedInDevicesChangeObserver( const std::string& extension_id, Profile* profile) argument
140 RemoveChangeObserverForExtension( const std::string& extension_id) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dfavicon_webui_handler.cc54 virtual void OnImageLoaded(const std::string& extension_id,
56 ExtensionIconManager::OnImageLoaded(extension_id, image);
57 handler_->NotifyAppIconReady(extension_id);
141 std::string extension_id; local
142 CHECK(args->GetString(0, &extension_id));
148 extension_registry->enabled_extensions().GetByID(extension_id);
154 void FaviconWebUIHandler::NotifyAppIconReady(const std::string& extension_id) { argument
155 const SkBitmap& bitmap = app_icon_color_manager_->GetIcon(extension_id);
164 base::StringValue id(extension_id);
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.cc58 void SerialEventDispatcher::PollConnection(const std::string& extension_id, argument
65 params.extension_id = extension_id;
77 params.connections->Get(params.extension_id, params.connection_id);
80 DCHECK(params.extension_id == connection->owner_extension_id());
117 params.connections->Get(params.extension_id, params.connection_id);
137 params.extension_id,
143 const std::string& extension_id,
154 router->DispatchEventToExtension(extension_id, event.Pass());
142 DispatchEvent(void* browser_context_id, const std::string& extension_id, scoped_ptr<extensions::Event> event) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dservice.h75 // Mounts a file system provided by an extension with the |extension_id|. If
79 bool MountFileSystem(const std::string& extension_id,
85 // |extension_id|. For success returns true, otherwise false.
86 bool UnmountFileSystem(const std::string& extension_id,
93 bool RequestUnmount(const std::string& extension_id,
101 // the extension with |extension_id|. If not found, then returns NULL.
103 const std::string& extension_id,
147 void ForgetFileSystem(const std::string& extension_id,
151 // |extension_id| providing extension.
152 void RestoreFileSystems(const std::string& extension_id);
[all...]
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api.h49 Profile* profile, const std::string& extension_id);
56 const std::string& extension_id,
62 const std::string& extension_id,
69 Profile* profile, const std::string& extension_id);
102 gfx::Image GetOmniboxIcon(const std::string& extension_id);
106 gfx::Image GetOmniboxPopupIcon(const std::string& extension_id);

Completed in 5192 milliseconds

1234567891011>>