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

  /external/chromium_org/chrome/renderer/resources/extensions/
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 227 privates(this).internal.setZoom(zoomFactor, callback);
231 return privates(this).internal.getZoom(callback);
235 privates(this).internal.captureVisibleRegion(spec, callback);
239 privates(this).internal.find(search_text, options, callback);
243 privates(this).internal.stopFinding(action);
web_view.js 86 privates(webviewNode).internal = this;
124 privates(browserPluginNode).internal = this;
779 var internal = privates(this).internal;
812 var internal = privates(this).internal;
825 var webViewInternal = privates(this).internal;
854 var internal = privates(this).internal;
automation_custom_bindings.js 105 privates(targetTree).impl.update(data);
web_view_events.js 429 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 138 privates(event).impl.eventPhase = Event.CAPTURING_PHASE;
141 if (privates(event).impl.propagationStopped)
148 privates(event).impl.eventPhase = Event.AT_TARGET;
150 return !privates(event).impl.propagationStopped;
154 privates(event).impl.eventPhase = Event.BUBBLING_PHASE;
157 if (privates(event).impl.propagationStopped)
164 var nodeImpl = privates(node).impl;
272 var nodeImpl = privates(node).impl;
301 var nodeImpl = privates(node).impl;
317 privates(childNode).impl.id = newId
    [all...]
  /external/chromium_org/extensions/renderer/resources/
utils.js 71 * privates(instance).impl, and from the implementation class you can access
92 var impl = privates(this).impl;
103 return privates(this).impl[prop];
106 var impl = privates(this).impl;
119 return privates(this).impl[readonly];
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;
messaging.js 87 privates(this.onDisconnect).impl.destroy_();
88 privates(this.onMessage).impl.destroy_();
172 privates(port).impl.destroy_();
187 privates(port).impl.destroy_();
198 privates(port).impl.destroy_();
204 privates(port).impl.onDestroy_ = function() {
295 privates(port).impl.destroy_();
349 privates(port).impl.onDestroy_ = function() {
  /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/renderer/
module_system.cc 131 RouteFunction("privates",
250 GetIsolate(), "privates", v8::String::kInternalizedString)),
567 "console, privates,"
580 v8::String::NewFromUtf8(GetIsolate(), "privates");
581 v8::Local<v8::Value> privates = obj->GetHiddenValue(privates_key); local
582 if (privates.IsEmpty()) {
583 privates = v8::Object::New(args.GetIsolate());
584 obj->SetHiddenValue(privates_key, privates);
586 args.GetReturnValue().Set(privates);
  /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/v8/src/
api.cc 6194 i::Handle<i::JSObject> privates = local
    [all...]
runtime.cc 636 Handle<Object> privates; local
638 isolate, privates, Object::GetPropertyOrElement(registry, part));
641 isolate, symbol, Object::GetPropertyOrElement(privates, name));
646 JSObject::SetProperty(Handle<JSObject>::cast(privates),
    [all...]

Completed in 381 milliseconds