HomeSort by relevance Sort by last modified time
    Searched refs:imp (Results 51 - 63 of 63) sorted by null

1 23

  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 501 Element* imp = V8Element::toNative(info.Holder()); local
502 return v8ExternalString(imp->getAttribute(name));
509 Element* imp = V8Element::toNative(info.Holder()); local
511 imp->setAttribute(name, v);
  /external/webkit/WebCore/bridge/objc/
objc_runtime.mm 224 RuntimeObjectImp* imp = static_cast<RuntimeObjectImp*>(asObject(thisValue));
225 Instance* instance = imp->getInternalInstance();
  /external/webkit/WebCore/bridge/qt/
qt_pixmapruntime.cpp 324 QtPixmapRuntimeObjectImp* imp = static_cast<QtPixmapRuntimeObjectImp*>(object); local
325 QtPixmapInstance* inst = static_cast<QtPixmapInstance*>(imp->getInternalInstance());
  /build/tools/releasetools/
common.py 19 import imp namespace
607 info = imp.find_module("releasetools", [path])
613 info = imp.find_module(f, [d])
614 self.module = imp.load_module("device_specific", *info)
  /external/openssl/crypto/
ia64cpuid.S 57 brp.loop.imp .L_wipe_top,.L_wipe_end-16
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 567 ${implClassName}* imp = ${className}::toNative(holder);
568 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), false)) {
672 $implClassName* imp = &imp_instance;
689 ${implClassName}* imp = V8${implClassName}::toNative(holder);
704 ${implClassName}* imp = V8${implClassName}::toNative(info.Holder());
710 push(@implContentDecls, " if (!V8BindingSecurity::checkNodeSecurity(V8BindingState::Only(), imp->$attrName())) return v8::Handle<v8::Value>();\n\n");
712 push(@implContentDecls, " if (!V8BindingSecurity::checkNodeSecurity(V8BindingState::Only(), imp->contentDocument())) return v8::Handle<v8::Value>();\n\n");
744 $getterString = "imp->$getAttributeFunctionName(${namespace}::${contentAttributeName}Attr";
746 $getterString = "imp->$getterFunc(";
764 $getter =~ s/imp->//
    [all...]
CodeGeneratorJS.pm     [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 183 brp.loop.imp .L_bn_add_words_ctop,.L_bn_add_words_cend-16
236 brp.loop.imp .L_bn_sub_words_ctop,.L_bn_sub_words_cend-16
306 brp.loop.imp .L_bn_mul_words_ctop,.L_bn_mul_words_cend-16
412 brp.loop.imp .L_bn_mul_add_words_ctop,.L_bn_mul_add_words_cend-16
486 brp.loop.imp .L_bn_sqr_words_ctop,.L_bn_sqr_words_cend-16
    [all...]
  /external/v8/tools/
test.py 31 import imp namespace
575 (file, pathname, description) = imp.find_module('testcfg', [ self.path ])
576 module = imp.load_module('testcfg', file, pathname, description)
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 61 static IMP method_setImplementation(Method m, IMP imp)
63 IMP result = m->method_imp;
64 m->method_imp = imp;
347 method_setImplementation(mainThreadSetNeedsDisplayMethod, reinterpret_cast<IMP>(mainThreadSetNeedsDisplay));
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 418 JSCell* imp = reinterpret_cast<JSCell*>(cell); local
419 imp->~JSCell();
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm     [all...]
  /external/openssl/crypto/aes/asm/
aes-ia64.S 102 brp.loop.imp .Le_top,.Le_end-16 };;
481 brp.loop.imp .Ld_top,.Ld_end-16 };;
    [all...]

Completed in 226 milliseconds

1 23