Searched defs:GetExtensionId (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util_views.cc52 std::string BrowserActionTestUtil::GetExtensionId(int index) { function in class:BrowserActionTestUtil
/external/chromium_org/chrome/browser/extensions/api/discovery/
H A Ddiscovery_api_unittest.cc90 const std::string& GetExtensionId() const { function in class:extensions::ExtensionDiscoveryTest
106 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
121 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
139 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
161 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
186 const SuggestedLinkList* links = registry->GetAll(GetExtensionId());
/external/chromium_org/chrome/browser/notifications/
H A Dballoon.cc84 std::string Balloon::GetExtensionId() { function in class:Balloon
H A Dmessage_center_notification_manager.cc222 new_notification->GetExtensionId());
243 std::string extension_id = profile_notification->GetExtensionId();
293 if (profile_notification->GetExtensionId().empty())
510 MessageCenterNotificationManager::ProfileNotification::GetExtensionId() { function in class:MessageCenterNotificationManager::ProfileNotification
545 profile_notification->GetExtensionId());
/external/chromium_org/chrome/browser/ui/views/
H A Dbrowser_action_test_util_views.cc59 std::string BrowserActionTestUtil::GetExtensionId(int index) { function in class:BrowserActionTestUtil
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dextension_sync_event_observer.cc46 std::string ExtensionSyncEventObserver::GetExtensionId( function in class:extensions::ExtensionSyncEventObserver
120 const std::string extension_id = GetExtensionId(app_origin);
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc693 std::string TemplateURL::GetExtensionId() const { function in class:TemplateURL
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc282 GetExtensionId());
287 GetExtensionId());
292 GetExtensionId());
304 GetExtensionId());
313 GetExtensionId());
379 std::string GetExtensionId() { function in class:__anon4830::DownloadExtensionTest
2251 GetExtensionId(),
2318 GetExtensionId(),
2393 GetExtensionId(),
2458 GetExtensionId(),
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url.cc1072 std::string TemplateURL::GetExtensionId() const { function in class:TemplateURL
/external/chromium_org/chrome/renderer/extensions/
H A Ddispatcher.cc303 RouteFunction("GetExtensionId",
304 base::Bind(&ProcessInfoNativeHandler::GetExtensionId,
324 void GetExtensionId(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:extensions::__anon6892::ProcessInfoNativeHandler

Completed in 250 milliseconds