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

<<11121314151617181920>>

  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 198 virtual bool supportsExtension(QWebPage::Extension extension) const;
199 virtual bool extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 90 String extension = MimeTypeMap.getFileExtensionFromUrl(uri.getPath()).toLowerCase(); local
91 if (extension != null) {
92 return MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension);
  /bootable/recovery/updater/
Android.mk 49 # extension libs.
54 # extension libs to a temp file, then copy that to the ".list" file if
57 # (and updater.o recompiled) when the list of extension libs changes.
  /external/aac/libAACenc/src/
qc_data.h 188 EXT_PAYLOAD_TYPE type; /* type of the extension payload */
201 INT nExtensions; /* number of extension payloads for this element */
202 QC_OUT_EXTENSION extension[(1)]; /* reffering extension payload */ member in struct:__anon1696
220 QC_OUT_EXTENSION extension[(2+2)]; /* global extension payload */ member in struct:__anon1697
221 INT nExtensions; /* number of extension payloads for this AU */
225 INT elementExtBits; /* element associated extension payload bits, e.g. sbr, drc ... */
226 INT globalExtBits; /* frame/au associated extension payload bits (anc data ...) */
  /external/chromium/chrome/browser/extensions/
crx_installer.h 16 #include "chrome/common/extensions/extension.h"
52 // currently necessary. This is the |id| of an extension to be installed
58 // Exempt the next extension install with |id| from displaying a confirmation
60 // beginInstallWithManifest. We require that the extension manifest matches
91 // Convert the specified user script into an extension and install it.
95 // Convert the specified web app into an extension and install it.
105 Extension::Location install_source() const { return install_source_; }
106 void set_install_source(Extension::Location source) {
140 // Converts the source user script to an extension.
143 // Converts the source web app to an extension
    [all...]
extension_cookies_helpers.h 20 class Extension;
28 // (e.g. if incognito mode is not enabled for the extension).
56 // a cookie against the extension's host permissions. The Secure
64 // and are allowed by extension host permissions.
69 const Extension* extension,
extension_event_router.h 18 class Extension;
25 // Returns true if the given extension can see events and data from another
29 static bool CanCrossIncognito(Profile* profile, const Extension* extension);
34 // Add or remove the process/extension pair as a listener for |event_name|.
36 // collapsing. Also, a single extension can have 2 processes if it is a split
37 // mode extension.
48 // Returns true if the extension is listening to the given event.
52 // Send an event to every registered extension renderer. If
54 // profiles unless the extension has permission (e.g. incognito tab update -
    [all...]
extension_function_dispatcher.h 17 class Extension;
39 // Returns the native view for this extension view, if any. This may be NULL
45 // chrome-extension://<id> URL are being shown. Callers must check for a
67 // Gets a list of all known extension function names.
79 // does not contain a valid extension, returns NULL.
88 // Handle a request to execute an extension function.
109 // Gets the ID for this extension.
121 const Extension* extension,
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 15 #include "chrome/common/extensions/extension.h"
46 // Builds the theme pack from all data from |extension|. This is often done
49 static BrowserThemePack* BuildFromExtension(const Extension* extension);
110 void BuildHeader(const Extension* extension);
128 // Parses the image names out of an extension.
136 // Loads the unmodified bitmaps packed in the extension to SkBitmaps. Returns
  /external/chromium/net/base/
mime_util_unittest.cc 13 const FilePath::CharType* extension; member in struct:net::__anon3960
21 { FILE_PATH_LITERAL("not an extension / for sure"), "", false },
28 rv = GetMimeTypeFromExtension(tests[i].extension, &mime_type);
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 50 // extension() .txt
53 // If extension exists, it consists of a period followed by zero or more
104 std::string extension() const;
106 bool SetExtension(const std::string& extension);
  /external/llvm/include/llvm/Support/
PathV2.h 117 /// @brief Replace the file extension of \a path with \a extension.
119 /// ./filename.cpp => ./filename.extension
120 /// ./filename => ./filename.extension
121 /// ./ => ./.extension
123 /// @param path A path that has its extension replaced with \a extension.
124 /// @param extension The extension to be added. It may be empty. It may also
127 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
    [all...]
  /external/mesa3d/docs/
MESA_drm_image.spec 23 EGL Extension #not assigned
27 Reguires EGL 1.4 or later. This extension is written against the
34 This extension provides entry points for integrating EGLImage with the
35 Linux DRM mode setting and memory management drivers. The extension
89 extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel
141 so we use a new EGL extension entry point instead.
148 Flesh out the extension a bit, add final EGL tokens, capture
MESA_pack_invert.spec 33 This extension adds a new pixel storage parameter to indicate that
42 writing them to a file with image I/O libraries. This extension
56 enough to define a complementary extension for pixel packing in the
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 232 foo_extension_ = foo_file_->extension(0);
243 bar_extension_ = bar_file_->extension(0);
726 EXPECT_EQ("bar_foo", message_->extension(0)->lowercase_name());
727 EXPECT_EQ("barbar" , message_->extension(1)->lowercase_name());
728 EXPECT_EQ("barbaz" , message_->extension(2)->lowercase_name());
729 EXPECT_EQ("barfoo" , message_->extension(3)->lowercase_name());
730 EXPECT_EQ("barbar" , message_->extension(4)->lowercase_name());
732 EXPECT_EQ("baz_foo", file_->extension(0)->lowercase_name());
733 EXPECT_EQ("bazbar" , file_->extension(1)->lowercase_name());
734 EXPECT_EQ("bazbaz" , file_->extension(2)->lowercase_name())
3778 const FieldDescriptor* extension = pool.FindExtensionByNumber(foo, 5); local
    [all...]
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 47 DEFINE_STATIC_LOCAL(const String, extension, (".download"));
48 return extension;
  /external/webkit/Source/WebCore/platform/wince/
MIMETypeRegistryWinCE.cpp 38 static String mimeTypeForExtension(const String& extension)
40 String ext = "." + extension;
  /external/chromium/chrome/browser/
background_mode_manager_linux.cc 82 const Extension* extension) {
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 20 #include "chrome/common/extensions/extension.h"
105 const Extension* extension = NULL; local
107 // Extension service does not exist in test.
109 extension = extensions_service->GetExtensionByWebExtent(url());
111 if (extension)
112 GetAppOfflineStrings(extension, failed_url, &strings);
123 const Extension* app,
128 GURL icon_url = app->GetIconURL(Extension::EXTENSION_ICON_LARGE,
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 12 #include "chrome/common/extensions/extension.h"
38 const char* kTestExtensionName = "foo extension";
43 BookmarkAPIEventTask(FunctionType* t, Extension* e, size_t repeats,
50 Source<Extension>(extension_.get()),
56 scoped_refptr<Extension> extension_;
75 scoped_refptr<Extension> extension(Extension::Create(
76 FilePath(extension_path), Extension::INVALID, input,
77 Extension::STRICT_ERROR_CHECKS, &error))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 15 #include "chrome/common/extensions/extension.h"
55 const Extension* extension,
101 ExtensionInstallUI::kHeadingIds[type], UTF8ToUTF16(extension->name()));
175 const Extension* extension,
193 browser_window->window(), icon, extension, delegate, permissions, type);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.h 15 class Extension;
39 const Extension* extension() const;
83 // The running extension instance that we're displaying.
105 // Whether this extension view is clipped.
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 8 var viewTabUrl = [chrome.extension.getURL('screenshot.html'),
30 var views = chrome.extension.getViews();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 1 // The port for communicating back to the extension.
2 var benchmarkExtensionPort = chrome.extension.connect();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
content.js 8 chrome.extension.sendRequest({eventName: event, eventValue: value});

Completed in 1781 milliseconds

<<11121314151617181920>>