HomeSort by relevance Sort by last modified time
    Searched full:privates (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/chrome/renderer/resources/extensions/
event.js 75 eventNatives.AttachEvent(privates(this.event_).eventName);
85 eventNatives.DetachEvent(privates(this.event_).eventName, manual);
101 var id = eventNatives.AttachFilteredEvent(privates(this.event_).eventName,
195 privates(this).eventName = opt_eventName;
201 if (!privates(this).eventName) {
264 throw new Error("Too many listeners for " + privates(this).eventName);
286 if (privates(this).eventName) {
287 if (attachedNamedEvents[privates(this).eventName]) {
288 throw new Error("Event '" + privates(this).eventName +
291 attachedNamedEvents[privates(this).eventName] = this
    [all...]
  /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/chrome/renderer/extensions/
module_system.cc 131 RouteFunction("privates",
252 GetIsolate(), "privates", v8::String::kInternalizedString)),
562 "console, privates, "
575 v8::String::NewFromUtf8(GetIsolate(), "privates");
576 v8::Local<v8::Value> privates = obj->GetHiddenValue(privates_key); local
577 if (privates.IsEmpty()) {
578 privates = v8::Object::New();
579 obj->SetHiddenValue(privates_key, privates);
581 args.GetReturnValue().Set(privates);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mroute.h 29 #define SIOCGETVIFCNT SIOCPROTOPRIVATE /* IP protocol privates */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 29 #define SIOCGETVIFCNT SIOCPROTOPRIVATE /* IP protocol privates */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 29 #define SIOCGETVIFCNT SIOCPROTOPRIVATE /* IP protocol privates */
  /external/kernel-headers/original/linux/
mroute6.h 30 #define SIOCGETMIFCNT_IN6 SIOCPROTOPRIVATE /* IP protocol privates */
  /external/chromium_org/media/filters/
ffmpeg_demuxer.h 164 // To allow tests access to privates.
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 145 // ===================== PRIVATES ==============================
usetiter.h 242 // ======================= PRIVATES ===========================
  /external/icu4c/common/unicode/
caniter.h 147 // ===================== PRIVATES ==============================
usetiter.h 242 // ======================= 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/freetype/
t1tables.h 275 PS_Private privates [T1_MAX_MM_DESIGNS + 1]; member in struct:PS_BlendRec_
  /external/skia/tests/
CanvasTest.cpp 656 // the privates members of SkPictureRecord
761 // the privates members of SkDeferredCanvas
    [all...]
  /external/chromium_org/ash/strings/
ash_strings_de.xtb 80 <translation id="2562916301614567480">Privates Netzwerk</translation>
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 338 // privates
  /external/icu4c/common/
caniter.cpp 339 // privates
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 554 /* Privates to mbufScreenRec */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 132 /* free privates of this xdr_stream */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 554 /* Privates to mbufScreenRec */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 132 /* free privates of this xdr_stream */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 554 /* Privates to mbufScreenRec */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 132 /* free privates of this xdr_stream */

Completed in 1778 milliseconds

1 2