Searched refs:extension (Results 76 - 100 of 593) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DBstPathFactory.java32 P extension(P path, BstSide side); method in interface:BstPathFactory
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java51 * lite, whether the embedded type (in the case of a message-typed extension)
52 * is lite, and whether the extension itself is lite. Since all three are
90 * Find an extension by containing type and field number.
92 * @return Information about the extension if found, or {@code null}
106 /** Add an extension from a lite generated file to the registry. */
108 final GeneratedMessageLite.GeneratedExtension<?, ?> extension) {
110 new ObjectIntPair(extension.getContainingTypeDefaultInstance(),
111 extension.getNumber()),
112 extension);
107 add( final GeneratedMessageLite.GeneratedExtension<?, ?> extension) argument
/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.h38 static String getMIMETypeForExtension(const String& extension);
40 static String getMIMETypeForExtensionThreadSafe(const String& extension);
44 static String getMediaMIMETypeForExtension(const String& extension);
45 static Vector<String> getMediaMIMETypesForExtension(const String& extension);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCGMac.mm44 RetainPtr<CFStringRef> extension(AdoptCF, UTTypeCopyPreferredTagWithClass(type.get(), kUTTagClassFilenameExtension));
45 return extension.get();
/external/chromium/chrome/browser/download/
H A Ddownload_extensions.cc60 const char* extension; member in struct:download_util::Executables
195 const FilePath::StringType& extension) {
196 if (extension.empty())
198 if (!IsStringASCII(extension))
201 std::string ascii_extension = WideToASCII(extension);
203 std::string ascii_extension = extension;
211 if (LowerCaseEqualsASCII(ascii_extension, g_executables[i].extension))
194 GetFileExtensionDangerLevel( const FilePath::StringType& extension) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_icon_manager_unittest.cc10 #include "chrome/common/extensions/extension.h"
18 // extension icons, and waiting for those loads to happen.
89 // Returns the default icon that ExtensionIconManager gives when an extension
98 // Tests loading an icon for an extension, removing it, then re-loading it.
112 scoped_refptr<Extension> extension(Extension::Create(
115 ASSERT_TRUE(extension.get());
119 icon_manager.LoadIcon(extension.get());
121 SkBitmap first_icon = icon_manager.GetIcon(extension->id());
125 icon_manager.RemoveIcon(extension->id());
129 icon_manager.LoadIcon(extension
[all...]
H A Dextension_info_map_unittest.cc9 #include "chrome/common/extensions/extension.h"
44 scoped_refptr<Extension> extension = Extension::Create( local
47 EXPECT_TRUE(extension) << error;
49 return extension;
66 scoped_refptr<Extension> extension = Extension::Create( local
69 EXPECT_TRUE(extension) << error;
71 return extension;
86 // Add a ref to each extension and give it to the info map.
105 // Tests that we can query a few extension properties from the ExtensionInfoMap.
126 // Tests CheckURLAccessToExtensionPermission given both extension an
[all...]
H A Dextension_service.h34 #include "chrome/common/extensions/extension.h"
90 // extension match the state in |extension_sync_data| (including
91 // installing/uninstalling the extension).
118 // Information about a registered component extension.
126 // The extension's manifest. This is required for component extensions so
130 // Directory where the extension is stored.
144 // Determine if a given extension download should be treated as if it came
150 // Determine if the downloaded extension came from the theme mini-gallery,
160 // Attempts to uninstall an extension from a given ExtensionService. Returns
161 // true iff the target extension exist
[all...]
H A Dextension_process_manager.h38 virtual ExtensionHost* CreateView(const Extension* extension,
45 ExtensionHost* CreatePopup(const Extension* extension,
49 ExtensionHost* CreateInfobar(const Extension* extension,
55 // Open the extension's options page.
56 void OpenOptionsPage(const Extension* extension, Browser* browser);
58 // Creates a new UI-less extension instance. Like CreateView, but not
60 virtual void CreateBackgroundHost(const Extension* extension,
63 // Gets the ExtensionHost for the background page for an extension, or NULL if
64 // the extension isn't running or doesn't have a background page.
65 ExtensionHost* GetBackgroundHostForExtension(const Extension* extension);
[all...]
H A Dextension_uninstall_dialog.h39 void ConfirmUninstall(Delegate* delegate, const Extension* extension);
45 const Extension* extension,
63 // The extension we are showing the UI for.
66 // Keeps track of extension images being loaded on the File thread for the
H A Dpending_extension_info.h9 #include "chrome/common/extensions/extension.h"
13 // A pending extension is an extension that hasn't been installed yet
15 // update URL of a pending extension may be blank, in which case a
38 // |should_allow_install| on an extension. After an extension is unpacked,
39 // this function is run. If it returns true, the extension is installed.
40 // If not, the extension is discarded. This allows creators of
42 // that can only be tested once the extension is unpacked.
43 bool ShouldAllowInstall(const Extension& extension) cons
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc57 // Returns a copy of the FilePath with the case-insensitive extension removed.
59 // FilePath("dir/file"). If a case-insensitive extension is not
61 FilePath FilePath::RemoveExtension(const char* extension) const {
62 String dot_extension(String::Format(".%s", extension));
95 // extension = "xml", returns "dir/test.xml". If number is greater
101 const char* extension) {
105 base_name.c_str(), extension));
108 base_name.c_str(), number, extension));
143 // will be directory/base_name.extension or
144 // directory/base_name_<number>.extension i
98 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) argument
150 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) argument
[all...]
/external/chromium/chrome/browser/
H A Dbackground_mode_manager.cc21 #include "chrome/common/extensions/extension.h"
32 const Extension* extension) {
33 UpdateContextMenuEntryIcon(extension);
80 // loaded, to handle the case where an extension has been manually removed
123 Extension* extension = Details<Extension>(details).ptr(); local
124 if (BackgroundApplicationListModel::IsBackgroundApp(*extension)) {
128 OnBackgroundAppInstalled(extension);
135 *Details<UnloadedExtensionInfo>(details)->extension)) {
219 const Extension* extension) {
226 if (extension) // NUL
31 OnApplicationDataChanged( const Extension* extension) argument
218 OnBackgroundAppInstalled( const Extension* extension) argument
261 UpdateContextMenuEntryIcon( const Extension* extension) argument
332 const Extension* extension = applications_.GetExtension(item); local
[all...]
H A Dbackground_mode_manager.h82 virtual void OnApplicationDataChanged(const Extension* extension);
85 // Called when an extension is loaded to manage count of background apps.
88 // Called when an extension is unloaded to manage count of background apps.
91 // Invoked when an extension is installed so we can ensure that
92 // launch-on-startup is enabled if appropriate. |extension| can be NULL when
94 void OnBackgroundAppInstalled(const Extension* extension);
96 // Invoked when an extension is uninstalled so we can ensure that
106 void DisplayAppInstalledNotification(const Extension* extension);
134 // Updates the status icon's context menu entry corresponding to |extension|
135 // to use the icon associated with |extension| i
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc18 #include "chrome/common/extensions/extension.h"
35 static bool ValidateLocaleInfo(const Extension& extension, std::string* error);
51 // Create the extension directory if it doesn't exist already.
70 LOG(ERROR) << "Could not find a home for extension " << id << " with "
126 scoped_refptr<Extension> extension(Extension::Create(
132 if (!extension.get())
135 if (!ValidateExtension(extension.get(), error))
138 return extension;
141 bool ValidateExtension(Extension* extension, std::string* error) { argument
144 extension
402 ValidateLocaleInfo(const Extension& extension, std::string* error) argument
[all...]
H A Dextension_messages.cc26 const Extension* extension)
28 location(extension->location()),
29 path(extension->path()),
30 id(extension->id()) {
31 // As we need more bits of extension data in the renderer, add more keys to
45 if (extension->manifest_value()->Get(kRendererExtensionKeys[i], &temp))
54 scoped_refptr<Extension> extension(
57 if (!extension.get())
58 LOG(ERROR) << "Error deserializing extension: " << error;
60 return extension;
25 ExtensionMsg_Loaded_Params( const Extension* extension) argument
[all...]
/external/webkit/Source/WebCore/loader/mac/
H A DLoaderNSURLExtras.mm57 NSString *extension = nil;
68 // Save the extension for later correction. Only correct the extension of the lastPathComponent.
70 extension = [filename pathExtension];
87 // If the type is known, check the extension and correct it if necessary.
91 if (extensions.isEmpty() || !vectorContainsString(extensions, extension)) {
92 // The extension doesn't match the MIME type. Correct this.
95 // Append the correct extension.
/external/chromium/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc13 #include "chrome/common/extensions/extension.h"
93 const Extension* extension = extension_host->extension(); local
95 ExtensionResource icon_resource = extension->GetIconResource(
98 tracker_.LoadImage(extension, icon_resource,
145 // Fall back on the default extension icon on failure.
153 // The margin between the extension icon and the drop-down arrow bitmap.
174 const Extension* extension = GetDelegate()->extension_host()->extension(); local
175 if (!extension
[all...]
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
H A Dscreenshot.js8 var viewTabUrl = [chrome.extension.getURL('screenshot.html'),
30 var views = chrome.extension.getViews();
/external/emma/core/java12/com/vladium/emma/report/
H A DSourcePathCache.java162 return super.toString () + ", extension = [" + m_extension + "]";
165 FileExtensionFilter (final String extension) argument
167 if (extension == null)
168 throw new IllegalArgumentException ("null input: extension");
171 final String canonical = canonicalizeExtension (extension);
173 if (extension.length () <= 1)
174 throw new IllegalArgumentException ("empty input: extension");
179 private static String canonicalizeExtension (final String extension) argument
181 if (extension.charAt (0) != '.')
182 return ".".concat (extension);
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc127 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);
131 extension->is_repeated = false;
132 extension->is_packed = false;
136 extension->message_value = prototype->New();
138 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE);
140 extension->is_cleared = false;
141 return extension
146 Extension* extension; local
181 const FieldDescriptor* extension = local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginListBuilderImpl.cpp59 void WebPluginListBuilderImpl::addFileExtensionToLastMediaType(const WebString& extension) argument
62 info.extensions.append(extension);
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_uninstall_dialog_gtk.cc17 #include "chrome/common/extensions/extension.h"
41 const Extension* extension,
73 IDS_EXTENSION_UNINSTALL_PROMPT_HEADING, UTF8ToUTF16(extension->name()));
89 const Extension* extension,
104 ShowUninstallDialogGtk(browser_window->window(), icon, extension, delegate);
39 ShowUninstallDialogGtk(GtkWindow* parent, SkBitmap* skia_icon, const Extension* extension, ExtensionUninstallDialog::Delegate *delegate) argument
86 Show( Profile* profile, ExtensionUninstallDialog::Delegate* delegate, const Extension* extension, SkBitmap* icon) argument
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc19 #include "chrome/common/extensions/extension.h"
68 const Extension* extension,
72 ExtensionInstalledBubble::Show(extension, browser, icon);
79 // text about the installed extension.
83 InstalledBubbleContent(const Extension* extension, argument
101 string16 extension_name = UTF8ToUTF16(extension->name());
123 UTF8ToUTF16(extension->omnibox_keyword()))));
236 void ExtensionInstalledBubble::Show(const Extension* extension, argument
239 new ExtensionInstalledBubble(extension, browser, icon);
242 ExtensionInstalledBubble::ExtensionInstalledBubble(const Extension* extension, argument
67 ShowExtensionInstalledBubble( const Extension* extension, Browser* browser, const SkBitmap& icon, Profile* profile) argument
279 const Extension* extension = Details<const Extension>(details).ptr(); local
287 const Extension* extension = local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_blowup.h25 Blowup extension definitions
57 unsigned short extension; /* Extended mode defined ? 0=yes, 1=no */ member in struct:__anon11571

Completed in 1033 milliseconds

1234567891011>>