HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 226 - 250 of 735) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 24 class Extension;
32 // Information about a page running in an extension, for example a toolstrip,
73 // We do this with native code instead of just using chrome-extension:// URLs
112 // Extension Detail JSON Struct for page. (static for ease of testing).
116 const Extension* extension,
182 // Utility for callbacks that get an extension ID as the sole argument.
183 const Extension* GetExtension(const ListValue* args);
200 // Helper that lists the current active html pages for an extension.
202 const Extension* extension)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.h 13 class Extension;
70 const Extension* extension);
  /external/chromium/chrome/common/extensions/
extension_set.h 14 #include "chrome/common/extensions/extension.h"
17 // The one true extension container. Extensions are identified by their id.
18 // Only one extension can be in the set with a given ID.
27 // Returns true if the set contains the specified extension.
30 // Adds the specified extension to the set. The set becomes an owner. Any
31 // previous extension with the same ID is removed.
32 void Insert(const scoped_refptr<const Extension>& extension);
34 // Removes the specified extension.
37 // Returns the extension ID that the given URL is a part of, or empty i
    [all...]
extension_unpacker.cc 17 #include "chrome/common/extensions/extension.h"
39 const char* kCouldNotUnzipExtension = "Could not unzip extension.";
96 temp_install_dir_.Append(Extension::kManifestFilename);
121 temp_install_dir_.Append(Extension::kLocaleFolder);
137 locale_path.Append(Extension::kMessagesFilename);
147 VLOG(1) << "Installing extension " << extension_path_.value();
174 // NOTE: Since the unpacker doesn't have the extension's public_id, the
175 // InitFromValue is allowed to generate a temporary id for the extension.
177 // EXTENSION.
179 scoped_refptr<Extension> extension(Extension::Create
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ImplHandler.java 164 * Returns the AssetLoader registered for the given extension
181 for (String extension : extensions){
182 extension = extension.toLowerCase();
184 loaders.put(extension, local);
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.h 49 - (WebBasePluginPackage *)pluginForExtension:(NSString *)extension;
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 92 String PluginInfoStore::getMIMETypeForExtension(const String& extension)
98 RetainPtr<CFStringRef> extensionCFString(AdoptCF, safeCreateCFString(extension));
  /external/webkit/Tools/Scripts/
check-dom-results 118 my $extension = $1;
120 $failure =~ s|-expected\.txt|.${extension}|;
run-bindings-tests 75 (name, extension) = os.path.splitext(input_file)
76 if extension != '.idl':
  /build/core/combo/arch/x86/
x86-atom.mk 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
  /device/samsung/tuna/recovery/
Android.mk 17 # Edify extension functions for doing bootloader updates on Tuna devices.
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 91 const Extension* extension) {
99 UTF8ToUTF16(extension->name()),
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 13 #include "chrome/common/extensions/extension.h"
127 const Extension* extension = GetSingleLoadedExtension(); local
130 GetAppBackgroundContents(ASCIIToUTF16(extension->id())));
browser_action_test_util_views.cc 40 button()->extension()->browser_action());
55 return button->extension()->id();
extension_browser_actions_api.cc 11 #include "chrome/common/extensions/extension.h"
18 "This extension has no browser action specified.";
30 const Extension* extension = GetExtension(); local
31 browser_action_ = extension->browser_action();
extension_special_storage_policy_unittest.cc 7 #include "chrome/common/extensions/extension.h"
15 scoped_refptr<Extension> CreateProtectedApp() {
30 scoped_refptr<Extension> protected_app = Extension::Create(
31 path, Extension::INVALID, manifest, Extension::STRICT_ERROR_CHECKS,
37 scoped_refptr<Extension> CreateUnlimitedApp() {
55 scoped_refptr<Extension> unlimited_app = Extension::Create(
56 path, Extension::INVALID, manifest, Extension::STRICT_ERROR_CHECKS
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_sync.cc 64 // Reads the client data for each extension in |extensions| to be
76 const Extension& extension = **it; local
77 if (is_valid_and_syncable(extension)) {
79 GetExtensionSpecifics(extension, extensions_service,
91 unsynced_extensions->insert(extension.id());
159 // have the extension already installed we can't check, but we
160 // also check at extension install time.
199 // Updates the server data from the given extension data.
224 LOG(ERROR) << "Could not create node for extension " << id
    [all...]
  /external/webkit/Source/WebCore/platform/win/
MIMETypeRegistryWin.cpp 37 static String mimeTypeForExtension(const String& extension)
39 String ext = "." + extension;
59 HRESULT result = SHGetValueW(HKEY_CLASSES_ROOT, path.charactersWithNullTermination(), L"Extension", &keyType, (LPVOID)extStr, &extStrLen);
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 148 enum Extension {
156 virtual bool supportsExtension(Extension extension) const = 0;
157 virtual QObject* createExtension(Extension extension) const = 0;
  /external/webkit/Source/WebKit/win/
WebURLResponse.cpp 440 WCHAR extension[MAX_PATH]; local
441 DWORD keySize = sizeof(extension)/sizeof(extension[0]);
442 err = RegQueryValueEx(subKey, TEXT("Extension"), 0, &keyType, (LPBYTE)extension, &keySize);
448 wcscpy(extension, L".html");
451 wcscpy(extension, L".xhtml");
454 wcscpy(extension, L".svg");
459 *result = SysAllocString(extension);
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 95 WKURLRef createURLForResource(const char* resource, const char* extension)
97 RetainPtr<CFURLRef> url(AdoptCF, CFBundleCopyResourceURL(CFBundleGetMainBundle(), cf(resource).get(), cf(extension).get(), 0));
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 63 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
77 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
  /frameworks/native/services/surfaceflinger/
GLExtensions.cpp 101 bool GLExtensions::hasExtension(char const* extension) const
103 const String8 s(extension);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 54 String extension = local
57 .getMimeTypeFromExtension(extension.toLowerCase());
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 32 // Make sure extension with index |extension_index| has an icon.
52 // Load an extension with no browser action.
56 // This extension should not be in the model (has no browser action).
59 // Load an extension with a browser action.
66 // Unload the extension.
78 // Load extension A (contains browser action).
87 LOG(INFO) << "Load extension A done : "
91 // Load extension B (contains browser action).
100 LOG(INFO) << "Load extension B done : "
106 // Load extension C (contains browser action)
255 const Extension* extension = service->extensions()->at(size_before); local
    [all...]

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 91011>>