Searched defs:privates (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
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() {
/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/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/chromium_org/v8/src/
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,
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();

Completed in 295 milliseconds