HomeSort by relevance Sort by last modified time
    Searched full:extension (Results 401 - 425 of 11491) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
OES_texture_3D.frag 2 #extension GL_OES_texture_3D : enable
OES_texture_3D.vert 2 #extension GL_OES_texture_3D : enable
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
README.txt 2 extension for SQLite. While the API is the same, this version uses a
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
README.txt 2 extension for SQLite. While the API is the same, this version uses a
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_page.py 7 """Represents a an extension page in the browser"""
12 assert url.startswith('chrome-extension://' + extension_id)
18 """ Reloading an extension page is used as a workaround for an extension
  /external/clang/test/Sema/
warn-freestanding-complex.c 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Ubo.glsllib 5 #extension GL_ARB_uniform_buffer_object : enable
  /external/mesa3d/src/glsl/builtins/profiles/
ARB_texture_rectangle.glsl 0 #extension GL_ARB_texture_rectangle : enable
OES_texture_3D.frag 2 #extension GL_OES_texture_3D : enable
OES_texture_3D.vert 2 #extension GL_OES_texture_3D : enable
  /external/nist-sip/java/gov/nist/javax/sip/message/
ResponseExt.java 6 *Extension for the jain-sip Response interface. This is a convenience
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/pkgconfig/
inputproto.pc 7 Description: Input extension headers
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/pkgconfig/
inputproto.pc 7 Description: Input extension headers
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/pkgconfig/
inputproto.pc 7 Description: Input extension headers
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin.xml 4 <extension
15 </extension>
16 <extension
44 </extension>
45 <extension
50 </extension>
51 <extension
58 </extension>
59 <extension
79 </extension>
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 20 // This class represents extension views. An extension view internally contains
21 // a bridge to an extension process, which draws to the extension view's
28 // Starts the extension process and creates the native view. You must call
32 // Returns the extension's native view.
35 // Returns the browser the extension belongs to.
38 // Does this extension live as a toolstrip in an extension shelf?
46 // extension contents
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
external_extensions.html 6 But sometimes you might want an extension
13 An extension is associated with some other software,
14 and the extension should be installed
16 The extension could also be uninstalled
26 An extension that's installed automatically is known as an
27 <em>external extension</em>.
38 Both ways support installing an extension from a <code>.crx</code> extension
40 an extension hosted at an
42 See <a href="hosting.html">hosting</a> for details on hosting an extension
    [all...]
  /external/chromium/chrome/common/extensions/
extension_set.cc 24 void ExtensionSet::Insert(const scoped_refptr<const Extension>& extension) {
25 extensions_[extension->id()] = extension;
36 const Extension* extension = GetByURL(url); local
37 if (!extension)
40 return extension->id();
43 const Extension* ExtensionSet::GetByURL(const GURL& url) const {
61 const Extension* ExtensionSet::GetByID(const std::string& id) const
    [all...]
  /external/chromium_org/chrome/browser/apps/
window_controls_browsertest.cc 20 const extensions::Extension* extension);
24 const extensions::Extension* extension) {
30 process_manager->GetBackgroundHostForExtension(extension->id());
34 // Go through all active views, looking for the first window of the extension
41 // Filter out views not part of this extension
42 if (process_manager->GetExtensionForRenderViewHost(host) == extension) {
57 const extensions::Extension* extension local
    [all...]

Completed in 578 milliseconds

<<11121314151617181920>>