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

12 3

  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLFormElementCustom.cpp 58 HTMLFormElement* imp = V8HTMLFormElement::toNative(info.Holder()); local
66 imp->getNamedElements(v, elements);
74 imp->getNamedElements(v, elements);
V8HTMLSelectElementCustom.cpp 97 HTMLSelectElement* imp = V8HTMLSelectElement::toNative(args.Holder()); local
98 return removeElement(imp, args);
101 v8::Handle<v8::Value> removeElement(HTMLSelectElement* imp, const v8::Arguments& args)
105 imp->remove(element->index());
109 imp->remove(toInt32(args[0]));
V8HTMLPlugInElementCustom.cpp 50 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
51 ScriptInstance scriptInstance = imp->getInstance();
65 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
66 ScriptInstance scriptInstance = imp->getInstance();
135 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
136 ScriptInstance scriptInstance = imp->getInstance();
151 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
152 ScriptInstance scriptInstance = imp->getInstance();
V8NodeCustom.cpp 98 Node* imp = V8Node::toNative(holder); local
102 bool success = imp->insertBefore(newChild, refChild, ec, true);
117 Node* imp = V8Node::toNative(holder); local
121 bool success = imp->replaceChild(newChild, oldChild, ec, true);
135 Node* imp = V8Node::toNative(holder); local
138 bool success = imp->removeChild(oldChild, ec);
153 Node* imp = V8Node::toNative(holder); local
156 bool success = imp->appendChild(newChild, ec, true );
V8CSSStyleDeclarationCustom.cpp 163 CSSStyleDeclaration* imp = V8CSSStyleDeclaration::toNative(info.Holder());
171 RefPtr<CSSValue> cssValue = imp->getPropertyCSSValue(propInfo->propID);
181 String result = imp->getPropertyValue(propInfo->propID);
196 CSSStyleDeclaration* imp = V8CSSStyleDeclaration::toNative(info.Holder()); local
212 imp->setProperty(propInfo->propID, propertyValue, important, ec);
V8DOMWindowCustom.cpp 81 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
82 ScriptExecutionContext* scriptContext = static_cast<ScriptExecutionContext*>(imp->document());
114 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), true))
129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
135 id = DOMTimer::install(scriptContext, new ScheduledAction(V8Proxy::context(imp->frame()), functionString), timeout, singleShot);
219 DOMWindow* imp = V8DOMWindow::toNative(info.Holder()); local
220 V8DOMWindowShell::setLocation(imp, toWebCoreString(value));
226 DOMWindow* imp = V8DOMWindow::toNative(info.Holder()); local
228 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), true))
235 // imp->frame() cannot be null
277 DOMWindow* imp = V8DOMWindow::toNative(args.Holder()); local
310 DOMWindow* imp = V8DOMWindow::toNative(args.Holder()); local
375 DOMWindow* imp = V8DOMWindow::toNative(args.Holder()); local
394 DOMWindow* imp = V8DOMWindow::toNative(args.Holder()); local
777 DOMWindow* imp = V8DOMWindow::toNative(holder); local
    [all...]
V8HTMLCanvasElementCustom.cpp 50 HTMLCanvasElement* imp = V8HTMLCanvasElement::toNative(holder); local
77 CanvasRenderingContext* result = imp->getContext(contextId, attrs.get());
V8DocumentCustom.cpp 95 Document* imp = V8Document::toNative(holder); local
100 CanvasRenderingContext* result = imp->getCSSCanvasContext(contextId, name, width, height);
  /external/iproute2/lib/
ll_map.c 45 struct idxmap *im, **imp; local
62 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
70 im->next = *imp;
72 *imp = im;
  /external/webkit/WebCore/bindings/objc/
WebScriptObjectPrivate.h 52 - (id)_initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
53 - (void)_setImp:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
65 JSC::JSObject *imp; variable
WebScriptObject.mm 136 - (void)_setImp:(JSObject*)imp originRootObject:(PassRefPtr<RootObject>)originRootObject rootObject:(PassRefPtr<RootObject>)rootObject
139 ASSERT(!_private->imp);
142 ASSERT(imp);
144 _private->imp = imp;
148 WebCore::addJSWrapper(self, imp);
151 _private->rootObject->gcProtect(imp);
156 ASSERT(_private->imp);
159 rootObject->gcProtect(_private->imp);
162 _private->rootObject->gcUnprotect(_private->imp);
    [all...]
  /external/webkit/WebCore/bridge/
runtime_method.cpp 95 RuntimeObjectImp* imp;
98 imp = static_cast<RuntimeObjectImp*>(asObject(thisValue));
104 imp = static_cast<RuntimeObjectImp*>(asObject(value));
109 RefPtr<Instance> instance = imp->getInternalInstance();
NP_jsobject.cpp 70 obj->rootObject->gcUnprotect(obj->imp);
84 NPObject* _NPN_CreateScriptObject(NPP npp, JSObject* imp, PassRefPtr<RootObject> rootObject)
91 obj->rootObject->gcProtect(imp);
92 obj->imp = imp;
118 JSValue function = obj->imp;
167 JSValue function = obj->imp->get(exec, identifierFromNPIdentifier(i->string()));
178 JSValue resultV = JSC::call(exec, function, callType, callData, obj->imp, argList);
248 result = obj->imp->get(exec, identifierFromNPIdentifier(i->string()));
250 result = obj->imp->get(exec, i->number())
    [all...]
  /external/webkit/WebCore/platform/mac/
WebCoreObjCExtras.mm 51 static inline IMP method_getImplementation(Method method)
65 IMP imp = method_getImplementation(method);
66 imp(pair->second, @selector(dealloc));
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 209 Win32ThreadImplementation *imp = new Win32ThreadImplementation; local
210 imp->fHandle = 0;
211 fImplementation = imp;
219 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
220 if (imp != 0) {
221 if (imp->fHandle != 0) {
222 CloseHandle(imp->fHandle);
223 imp->fHandle = 0;
231 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
232 if(imp->fHandle != NULL)
273 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
375 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation; local
384 PosixThreadImplementation *imp = new PosixThreadImplementation; local
392 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
406 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
453 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
    [all...]
  /external/webkit/WebCore/bridge/objc/
WebScriptObject.h 38 - _initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
objc_utility.mm 249 JSObject* imp = [obj _imp];
250 return imp ? imp : jsUndefined();
  /external/webkit/WebCore/bridge/c/
c_utility.cpp 89 RuntimeObjectImp* imp = static_cast<RuntimeObjectImp*>(object); local
90 CInstance* instance = static_cast<CInstance*>(imp->getInternalInstance());
131 return ((JavaScriptObject*)obj)->imp;
  /external/openssl/crypto/threads/
netware.bat 38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def
39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 41 JSObject* imp; member in struct:ObjectImpList
254 JSObject* imp = object; local
257 if (imp == temp->imp) {
265 imps.imp = imp;
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 187 RuntimeObjectImp* imp = static_cast<RuntimeObjectImp*>(objectImp); local
188 JavaInstance* instance = static_cast<JavaInstance*>(imp->getInternalInstance());
193 RuntimeArray* imp = static_cast<RuntimeArray*>(objectImp); local
194 JavaArray* array = static_cast<JavaArray*>(imp->getConcreteArray());
  /external/webkit/WebCore/platform/text/
AtomicString.h 51 ATOMICSTRING_CONVERSION AtomicString(StringImpl* imp) : m_string(add(imp)) { }
52 AtomicString(AtomicStringImpl* imp) : m_string(imp) { }
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 206 JSObject *imp = jlong_to_impptr(nativeHandle);
207 if (!findProtectingRootObject(imp)) {
531 JSObject* imp = asObject(value);
537 if (imp->classInfo() && strcmp(imp->classInfo()->className, "RuntimeObject") == 0) {
538 RuntimeObjectImp* runtimeImp = static_cast<RuntimeObjectImp*>(imp);
546 nativeHandle = ptr_to_jlong(imp);
547 rootObject->gcProtect(imp);
606 JSObject *imp = static_cast<JSObject*>(jlong_to_impptr(nativeHandle));
607 return imp;
    [all...]
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 111 static void setMethodImplementation(Method m, IMP imp)
113 m->method_imp = imp;
133 setMethodImplementation(methodToPatch, (IMP)updatePermissionPromptDescription);
136 setMethodImplementation(methodToPatch, (IMP)updateAlertInitForAlertPanel);
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java 390 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); local
391 if (imp != null)
393 return imp;
398 imp = getImplementation(baseName, algorithm, prov[i]);

Completed in 585 milliseconds

12 3