Searched refs:privates (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dkey.js48 return utils.deepCopy(privates(this).impl.algorithm);
64 if (!privates(key))
66 var keyImpl = privates(key).impl;
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view_experimental.js29 privates(this).internal.captureVisibleRegion(spec, callback);
H A Dlast_error.js38 privates(targetChrome.runtime).accessedLastError = false;
42 privates(targetChrome.runtime).accessedLastError = true;
57 return privates(targetChrome.runtime).accessedLastError === true;
89 delete privates(targetChrome.runtime).accessedLastError;
H A Dapp_window_custom_bindings.js23 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(thi
[all...]
H A Dutils.js72 * 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];
H A Dmessaging.js84 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() {
H A Dweb_view.js87 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;
H A Dweb_view_events.js350 var webViewInternal = privates(webview).internal;
/external/chromium_org/chrome/renderer/resources/extensions/automation/
H A Dautomation_node.js148 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(nod
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_view.js12 privates(appviewNode).internal = this;
39 privates(browserPluginNode).internal = this;
115 var internal = privates(this).internal;
H A Dextension_options.js24 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;
H A Dautomation_custom_bindings.js104 if (!privates(targetTree).impl.onAccessibilityEvent(data))
135 privates(targetTree).impl.destroy();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c244 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/
H A Dxorg_dri2.c244 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/
H A Dapi_test_base_unittest.js16 test.assertTrue(!!privates);
/external/chromium_org/extensions/renderer/
H A Dmodule_system.cc136 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/
H A Dt1tables.h275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
/external/freetype/include/
H A Dt1tables.h275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dt1tables.h275 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/
H A Dt1tables.h275 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/
H A Dt1load.c133 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;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py7062 self.privates = {}
7130 Analyse the privates for this block and set them in self.privates.
7138 # assigning to privates in the with parallel block (we
7208 self.privates[entry] = (op, lastprivate)
7221 # We don't need to propagate privates, only reductions and
7251 for entry, (op, lastprivate) in self.privates.iteritems():
7317 privates, firstprivates = [], []
7322 privates.append(temp)
7324 if privates
[all...]
/external/chromium_org/v8/src/
H A Dapi.cc6238 i::Handle<i::JSObject> privates = local
6242 i::Object::GetPropertyOrElement(privates, i_name).ToHandleChecked();
6247 i::JSObject::SetProperty(privates, i_name, symbol, i::STRICT).Assert();
H A Druntime.cc637 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,

Completed in 475 milliseconds