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

  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 24 #include "chrome/common/extensions/extension.h"
225 // Loading an extension with a background page should result in a new
231 // Unload extension to avoid crash on Windows (see http://crbug.com/31663).
246 // Browser, Extension background page, and the New Tab Page.
249 // Open a new tab to an extension URL and make sure we notice that.
250 GURL url("chrome-extension://behllobkkfkfnphdnhnkndlbkcpglgmj/page.html");
254 // Check that the third entry (background) is an extension resource whose
255 // title starts with "Extension:".
256 ASSERT_EQ(TaskManager::Resource::EXTENSION, model()->GetResourceType(2));
263 // Check that the fourth entry (page.html) is of type extension and has bot
283 const Extension* extension = local
417 const Extension* extension = model()->GetResourceExtension(2); local
    [all...]
task_manager.h 26 class Extension;
48 EXTENSION, // An extension or app process.
73 // Return extension associated with the resource, or NULL
75 virtual const Extension* GetExtension() const { return NULL; }
106 // in the background (e.g. extension background page, background contents).
269 // user, e.g. extension background pages and BackgroundContents).
292 // Returns Extension of given resource or NULL if not applicable.
293 const Extension* GetResourceExtension(int index) const;
task_manager_resource_providers.cc 33 #include "chrome/common/extensions/extension.h"
172 return tab_contents_->tab_contents()->HostsExtension() ? EXTENSION : RENDERER;
213 const Extension* TaskManagerTabContentsResource::GetExtension() const {
612 // Just use the same icon that other extension resources do.
704 // Lookup the name from the parent extension.
708 const Extension* extension = extensions_service->GetExtensionById( local
710 if (extension)
711 application_name = UTF8ToUTF16(extension->name());
795 // except in rare cases when an extension is being unloaded or chrome i
803 const Extension* extension = local
    [all...]
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 9 #include "chrome/common/extensions/extension.h"
36 const Extension* extension = GetExtension(); local
37 if (extension && extension->is_app()) {
40 process->set_installed_app(extension);
43 BindingsPolicy::EXTENSION);
55 const Extension* extension = GetExtension(); local
56 if (!extension)
82 const Extension* extension = GetExtension(); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_processes_api.cc 88 case TaskManager::Resource::EXTENSION:
extension_web_ui.cc 22 #include "chrome/common/extensions/extension.h"
58 // extension.
77 extension_->GetIconResource(Extension::EXTENSION_ICON_BITTY,
93 NOTREACHED() << "Could not encode extension favicon";
120 const Extension* extension_;
134 const Extension* extension = service->GetExtensionByURL(url); local
135 if (!extension)
136 extension = service->GetExtensionByWebExtent(url);
137 DCHECK(extension);
274 const Extension* extension = service->GetExtensionByURL(extension_url); local
    [all...]
extension_host.cc 27 #include "chrome/common/extensions/extension.h"
122 ExtensionHost::ExtensionHost(const Extension* extension,
126 : extension_(extension),
127 extension_id_(extension->id()),
138 if (extension->is_app()) {
141 process->set_installed_app(extension);
143 render_view_host_->AllowBindings(BindingsPolicy::EXTENSION);
151 // Listen for when an extension is unloaded from the same profile, as it may
152 // be the same extension that this points to
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 71 for (map<int, Extension>::const_iterator iter = extensions_.begin();
106 #define GOOGLE_DCHECK_TYPE(EXTENSION, LABEL, CPPTYPE) \
107 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? FieldDescriptor::LABEL_REPEATED \
110 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
115 map<int, Extension>::const_iterator iter = extensions_.find(number);
127 Extension* extension; local
128 if (MaybeNewExtension(descriptor->number(), descriptor, &extension)) {
129 extension->type = descriptor->type();
130 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE)
146 Extension* extension; local
181 const FieldDescriptor* extension = local
    [all...]
extension_set.cc 85 GOOGLE_LOG(FATAL) << "Multiple extension registrations for type \""
102 const ExtensionInfo* extension = local
104 if (extension == NULL) {
107 *output = *extension;
165 for (map<int, Extension>::iterator iter = extensions_.begin();
177 map<int, Extension>::const_iterator iter = extensions_.find(number);
184 map<int, Extension>::const_iterator iter = extensions_.find(number);
190 map<int, Extension>::iterator iter = extensions_.find(number);
207 #define GOOGLE_DCHECK_TYPE(EXTENSION, LABEL, CPPTYPE) \
208 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL);
300 Extension* extension; local
329 Extension* extension; local
360 Extension* extension; local
389 Extension* extension; local
425 Extension* extension; local
461 Extension* extension; local
494 Extension* extension = &iter->second; local
535 Extension* extension = &iter->second; local
587 Extension* extension; local
687 const Extension& extension = iter->second; local
712 ExtensionInfo extension; local
    [all...]
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 35 // If the notification is for an extension URL, make sure to use the extension
37 // extension.
204 rvh->AllowBindings(BindingsPolicy::EXTENSION);
206 const Extension* installed_app =
  /external/chromium/chrome/browser/
memory_details.cc 14 #include "chrome/common/extensions/extension.h"
169 } else if (host->enabled_bindings() & BindingsPolicy::EXTENSION) {
175 const Extension* extension = local
177 if (extension) {
178 string16 title = UTF8ToUTF16(extension->name());
287 UMA_HISTOGRAM_MEMORY_KB("Memory.Extension", sample);
  /external/v8/src/
serialize.h 47 EXTENSION,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 687 milliseconds