HomeSort by relevance Sort by last modified time
    Searched refs:runtimeObject (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.cpp 64 RuntimeObjectImp* runtimeObject = getRuntimeObject(exec, element);
65 return runtimeObject ? runtimeObject : jsUndefined();
72 RuntimeObjectImp* runtimeObject = getRuntimeObject(exec, element);
73 if (!runtimeObject)
75 return runtimeObject->get(exec, propertyName);
80 RuntimeObjectImp* runtimeObject = getRuntimeObject(exec, element->impl());
81 if (!runtimeObject)
83 if (!runtimeObject->hasProperty(exec, propertyName))
91 RuntimeObjectImp* runtimeObject = getRuntimeObject(exec, element->impl())
    [all...]
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.mm 515 JSValue runtimeObject = object->get(exec, Identifier(exec, "__apple_runtime_object"));
516 if (runtimeObject && runtimeObject.isObject())
517 object = asObject(runtimeObject);
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 577 JSC::JSObject* runtimeObject =
581 window->put(exec, JSC::Identifier(exec, (const UChar *) name.constData(), name.length()), runtimeObject, slot);
    [all...]

Completed in 807 milliseconds