Searched refs:returnValue1 (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | GenericCallback.h | 168 …void performCallbackWithReturnValue(const Vector<WebCore::IntRect>& returnValue1, double returnVal… in performCallbackWithReturnValue() argument 172 m_callback(returnValue1, returnValue2, 0, context()); in performCallbackWithReturnValue()
|
D | WebPageProxy.h | 128 … void performCallbackWithReturnValue(StringImpl* returnValue1, bool returnValue2, int returnValue3) in performCallbackWithReturnValue() argument 132 m_callback(toAPI(returnValue1), returnValue2, returnValue3, 0, context()); in performCallbackWithReturnValue()
|