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

  /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/resources/
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() {
  /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/chromium_org/v8/src/
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...]
api.cc 6238 i::Handle<i::JSObject> privates = local
    [all...]

Completed in 743 milliseconds