HomeSort by relevance Sort by last modified time
    Searched defs:runtimeObject (Results 1 - 2 of 2) 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/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 121 milliseconds