Searched defs:toWebCore (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCustomVoidCallback.cpp45 WebCore::VoidCallback* toWebCore(const WebDOMCustomVoidCallback& callback) function
H A DWebDOMEventTarget.cpp132 WebCore::EventTarget* toWebCore(const WebDOMEventTarget& wrapper) function
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestInterface.cpp77 WebCore::TestInterface* toWebCore(const WebDOMTestInterface& wrapper) function
H A DWebDOMTestMediaQueryListListener.cpp81 impl()->method(toWebCore(listener));
84 WebCore::TestMediaQueryListListener* toWebCore(const WebDOMTestMediaQueryListListener& wrapper) function
H A DWebDOMTestSerializedScriptValueInterface.cpp86 WebCore::TestSerializedScriptValueInterface* toWebCore(const WebDOMTestSerializedScriptValueInterface& wrapper) function
H A DWebDOMTestCallback.cpp101 return impl()->callbackWithClass1Param(toWebCore(class1Param));
109 return impl()->callbackWithClass2Param(toWebCore(class2Param), strArg);
117 return impl()->callbackWithNonBoolReturnType(toWebCore(class3Param));
125 return impl()->callbackWithStringList(toWebCore(listParam));
128 WebCore::TestCallback* toWebCore(const WebDOMTestCallback& wrapper) function
H A DWebDOMTestObj.cpp217 impl()->setTestObjAttr(toWebCore(newTestObjAttr));
233 impl()->setXMLObjAttr(toWebCore(newXMLObjAttr));
613 impl()->voidMethodWithArgs(intArg, strArg, toWebCore(objArg));
629 return impl()->intMethodWithArgs(intArg, strArg, toWebCore(objArg));
645 return toWebKit(WTF::getPtr(impl()->objMethodWithArgs(intArg, strArg, toWebCore(objArg))));
653 return toWebKit(WTF::getPtr(impl()->methodThatRequiresAllArgs(strArg, toWebCore(objArg))));
662 WebDOMTestObj result = toWebKit(WTF::getPtr(impl()->methodThatRequiresAllArgsAndThrows(strArg, toWebCore(objArg), ec)));
680 impl()->idbKey(toWebCore(key));
688 impl()->optionsObject(toWebCore(oo), toWebCore(oo
826 WebCore::TestObj* toWebCore(const WebDOMTestObj& wrapper) function
[all...]

Completed in 82 milliseconds