HomeSort by relevance Sort by last modified time
    Searched refs:Binding (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_request_custom_bindings.js 5 // Custom binding for the webViewRequest API.
7 var binding = require('binding').Binding.create('webViewRequest'); variable
14 binding.registerCustomHook(function(api) {
55 exports.binding = binding.generate();
automation_custom_bindings.js 8 var automation = require('binding').Binding.create('automation');
10 require('binding').Binding.create('automationInternal').generate();
143 exports.binding = automation.generate();
149 exports.binding[k] = v;
declarative_content_custom_bindings.js 5 // Custom binding for the declarativeContent API.
7 var binding = require('binding').Binding.create('declarativeContent'); variable
15 binding.registerCustomHook( function(api) {
76 exports.binding = binding.generate();
sync_file_system_custom_bindings.js 5 // Custom binding for the syncFileSystem API.
7 var binding = require('binding').Binding.create('syncFileSystem'); variable
13 binding.registerCustomHook(function(bindingsAPI) {
109 exports.binding = binding.generate();
app_view.js 7 require('binding').Binding.create('guestViewInternal').generate();
chrome_web_view_internal_custom_bindings.js 5 // Custom binding for <webview> contextMenus API.
14 var binding = require('binding').Binding.create('chromeWebViewInternal'); variable
18 binding.registerCustomHook(function(bindingsAPI) {
130 exports.ChromeWebView = binding.generate();
file_system_custom_bindings.js 5 // Custom binding for the fileSystem API.
7 var binding = require('binding').Binding.create('fileSystem'); variable
16 binding.registerCustomHook(function(bindingsAPI) {
103 exports.binding = binding.generate();
media_galleries_custom_bindings.js 5 // Custom binding for the Media Gallery API.
7 var binding = require('binding').Binding.create('mediaGalleries'); variable
30 binding.registerCustomHook(function(bindingsAPI, extensionId) {
134 exports.binding = binding.generate();
notifications_custom_bindings.js 7 var binding = require('binding').Binding.create('notifications'); variable
143 binding.registerCustomHook(notificationsCustomHook);
145 exports.binding = binding.generate();
omnibox_custom_bindings.js 5 // Custom binding for the omnibox API. Only injected into the v8 contexts
8 var binding = require('binding').Binding.create('omnibox'); variable
84 binding.registerCustomHook(function(bindingsAPI) {
124 exports.binding = binding.generate();
  /external/llvm/test/MC/ARM/
eh-directive-section-multiple-func.s 114 @ CHECK: Binding: Global (0x1)
123 @ CHECK: Binding: Global (0x1)
thumb_set.s 114 @ CHECK-NEXT: Binding: Local
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 411 ResolveInfo::Binding pBind,
469 ResolveInfo::Binding pBinding,
545 ResolveInfo::Binding pBinding,
554 // ignore symbols with local binding or that have internal or hidden
619 ResolveInfo::Binding pBinding,
684 ResolveInfo::Binding pBinding,
733 ResolveInfo::Binding pBinding,
777 ResolveInfo::Binding pBinding,
  /external/chromium_org/extensions/renderer/resources/
binding.js 168 function Binding(schema) {
175 Binding.create = function(apiName) {
176 return new Binding(schemaRegistry.GetSchema(apiName));
179 Binding.prototype = {
481 exports.Binding = Binding;
app_window_custom_bindings.js 5 // Custom binding for the app_window API.
9 var Binding = require('binding').Binding;
112 var appWindow = Binding.create('app.window');
205 Binding.create('app.currentWindowInternal').generate();
402 exports.binding = appWindow.generate();
context_menus_custom_bindings.js 5 // Custom binding for the contextMenus API.
7 var binding = require('binding').Binding.create('contextMenus'); variable
13 binding.registerCustomHook(function(bindingsAPI) {
101 exports.binding = binding.generate();
declarative_webrequest_custom_bindings.js 5 // Custom binding for the declarativeWebRequest API.
7 var binding = require('binding').Binding.create('declarativeWebRequest'); variable
12 binding.registerCustomHook(function(api) {
96 exports.binding = binding.generate();
extension_custom_bindings.js 5 // Custom binding for the extension API.
7 var binding = require('binding').Binding.create('extension'); variable
28 binding.registerCustomHook(function(bindingsAPI, extensionId) {
113 exports.binding = binding.generate();
permissions_custom_bindings.js 5 // Custom binding for the Permissions API.
7 var binding = require('binding').Binding.create('permissions'); variable
11 // These custom binding are only necessary because it is not currently
18 binding.registerCustomHook(function(api) {
97 exports.binding = binding.generate();
serial_custom_bindings.js 14 var binding = require('binding').Binding.create('serial'); variable
47 binding.registerCustomHook(function(bindingsAPI) {
104 exports.binding = binding.generate();
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 25 * - Binding - Global, Local, Weak
75 enum Binding {
178 uint32_t binding() const;
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 75 ResolveInfo::Binding
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 35 This extension provides entry points for binding and unbinding the
36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
154 from a wl_buffer in any way (such as glTexImage2D, binding the
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 513 if (Binding) {
518 Binding = R;
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 35 This extension provides entry points for binding and unbinding the
36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
154 from a wl_buffer in any way (such as glTexImage2D, binding the

Completed in 915 milliseconds

1 23 4 5