HomeSort by relevance Sort by last modified time
    Searched refs:privates (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/extensions/renderer/resources/
app_window_custom_bindings.js 23 privates(this).boundsKey_ = boundsKey;
27 return appWindowData[privates(this).boundsKey_].left;
36 return appWindowData[privates(this).boundsKey_].top;
45 return appWindowData[privates(this).boundsKey_].width;
54 return appWindowData[privates(this).boundsKey_].height;
63 return appWindowData[privates(this).boundsKey_].minWidth;
66 updateSizeConstraints(privates(this).boundsKey_, { minWidth: minWidth });
72 return appWindowData[privates(this).boundsKey_].maxWidth;
75 updateSizeConstraints(privates(this).boundsKey_, { maxWidth: maxWidth });
81 return appWindowData[privates(this).boundsKey_].minHeight
    [all...]
web_view_experimental.js 29 privates(this).internal.captureVisibleRegion(spec, callback);
last_error.js 38 privates(targetChrome.runtime).accessedLastError = false;
42 privates(targetChrome.runtime).accessedLastError = true;
57 return privates(targetChrome.runtime).accessedLastError === true;
89 delete privates(targetChrome.runtime).accessedLastError;
utils.js 72 * privates(instance).impl, and from the implementation class you can access
93 var impl = privates(this).impl;
104 return privates(this).impl[prop];
107 var impl = privates(this).impl;
120 return privates(this).impl[readonly];
messaging.js 84 privates(this.onDisconnect).impl.destroy_();
85 privates(this.onMessage).impl.destroy_();
169 privates(port).impl.destroy_();
184 privates(port).impl.destroy_();
195 privates(port).impl.destroy_();
201 privates(port).impl.onDestroy_ = function() {
292 privates(port).impl.destroy_();
346 privates(port).impl.onDestroy_ = function() {
web_view.js 87 privates(webviewNode).internal = this;
126 privates(browserPluginNode).internal = this;
866 var internal = privates(this).internal;
897 var internal = privates(this).internal;
905 var internal = privates(this).internal;
914 var internal = privates(this).internal;
951 var internal = privates(this).internal;
web_view_events.js 350 var webViewInternal = privates(webview).internal;
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
key.js 48 return utils.deepCopy(privates(this).impl.algorithm);
64 if (!privates(key))
66 var keyImpl = privates(key).impl;
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 148 privates(event).impl.eventPhase = Event.CAPTURING_PHASE;
151 if (privates(event).impl.propagationStopped)
158 privates(event).impl.eventPhase = Event.AT_TARGET;
160 return !privates(event).impl.propagationStopped;
164 privates(event).impl.eventPhase = Event.BUBBLING_PHASE;
167 if (privates(event).impl.propagationStopped)
174 var nodeImpl = privates(node).impl;
330 var nodeToClearImpl = privates(nodeToClear).impl;
366 var targetNodeImpl = privates(targetNode).impl;
403 var nodeImpl = privates(node).impl
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
app_view.js 12 privates(appviewNode).internal = this;
39 privates(browserPluginNode).internal = this;
115 var internal = privates(this).internal;
extension_options.js 24 privates(extensionoptionsNode).internal = this;
67 privates(browserPluginNode).internal = this;
306 var internal = privates(this).internal;
335 var internal = privates(this).internal;
350 var internal = privates(this).internal;
automation_custom_bindings.js 104 if (!privates(targetTree).impl.onAccessibilityEvent(data))
135 privates(targetTree).impl.destroy();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c 244 BufferPrivatePtr privates; local
252 privates = calloc(count, sizeof *privates);
253 if (!privates)
258 buffers[i].driverPrivate = &privates[i];
267 free(privates);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 244 BufferPrivatePtr privates; local
252 privates = calloc(count, sizeof *privates);
253 if (!privates)
258 buffers[i].driverPrivate = &privates[i];
267 free(privates);
  /external/chromium_org/extensions/test/data/
api_test_base_unittest.js 16 test.assertTrue(!!privates);
  /external/chromium_org/extensions/renderer/
module_system.cc 136 RouteFunction("privates",
553 "console, privates,"
566 v8::String::NewFromUtf8(GetIsolate(), "privates");
567 v8::Local<v8::Value> privates = obj->GetHiddenValue(privates_key); local
568 if (privates.IsEmpty()) {
569 privates = v8::Object::New(args.GetIsolate());
570 obj->SetHiddenValue(privates_key, privates);
572 args.GetReturnValue().Set(privates);
619 GetIsolate(), "privates", v8::String::kInternalizedString)),
  /external/chromium_org/third_party/freetype/include/freetype/
t1tables.h 275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
  /external/freetype/include/
t1tables.h 275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/
t1tables.h 275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
t1tables.h 275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.c 133 FT_NEW_ARRAY( blend->privates [1], num_designs ) ||
141 blend->privates [0] = &face->type1.private_dict;
147 blend->privates [nn] = blend->privates [nn - 1] + 1;
532 FT_FREE( blend->privates[1] );
538 blend->privates [n] = NULL;
966 objects = (void**)blend->privates;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py     [all...]
  /external/chromium_org/v8/src/
api.cc 6238 i::Handle<i::JSObject> privates = local
    [all...]
runtime.cc 637 Handle<Object> privates; local
639 isolate, privates, Object::GetPropertyOrElement(registry, part));
642 isolate, symbol, Object::GetPropertyOrElement(privates, name));
648 JSObject::SetProperty(Handle<JSObject>::cast(privates), name, symbol,
    [all...]

Completed in 618 milliseconds