Home
last modified time | relevance | path

Searched refs:performCallbackWithReturnValue (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebCookieManagerProxy.cpp97 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get()); in didGetHostnamesWithCookies()
160 callback->performCallbackWithReturnValue(policy); in didGetHTTPCookieAcceptPolicy()
DGenericCallback.h124 void performCallbackWithReturnValue(InternalReturnValueType returnValue) in performCallbackWithReturnValue() function
168 …void performCallbackWithReturnValue(const Vector<WebCore::IntRect>& returnValue1, double returnVal… in performCallbackWithReturnValue() function
DWebDatabaseManagerProxy.cpp166 callback->performCallbackWithReturnValue(resultArray.get()); in didGetDatabasesByOrigin()
193 callback->performCallbackWithReturnValue(ImmutableArray::adopt(securityOrigins).get()); in didGetDatabaseOrigins()
DWebMediaCacheManagerProxy.cpp89 callback->performCallbackWithReturnValue(ImmutableArray::adopt(hostnames).get()); in didGetHostnamesWithMediaCache()
DWebPageProxy.cpp2635 …callback->performCallbackWithReturnValue(WebData::create(dataReference.data(), dataReference.size(… in dataCallback()
2649 callback->performCallbackWithReturnValue(resultString.impl()); in stringCallback()
2664 …callback->performCallbackWithReturnValue(data.size() ? WebSerializedScriptValue::adopt(data).get()… in scriptValueCallback()
2675 callback->performCallbackWithReturnValue(pageRects, totalScaleFactorForPrinting); in computedPagesCallback()
2686 callback->performCallbackWithReturnValue(commandName.impl(), isEnabled, state); in validateCommandCallback()
DWebPageProxy.h128 … void performCallbackWithReturnValue(StringImpl* returnValue1, bool returnValue2, int returnValue3) in performCallbackWithReturnValue() function
/external/webkit/Source/WebKit2/Shared/
DSecurityOriginData.cpp67 callback->performCallbackWithReturnValue(ImmutableArray::adopt(securityOrigins).get()); in performAPICallbackWithSecurityOriginDataVector()
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DWebPluginSiteDataManager.cpp191 callback->performCallbackWithReturnValue(resultArray.get()); in didGetSitesWithData()
/external/webkit/Source/WebKit2/
DChangeLog10175 (WebKit::ValidateCommandCallback::performCallbackWithReturnValue): Added.
10339 (WebKit::GenericCallback::performCallbackWithReturnValue):
10344 (WebKit::ComputedPagesCallback::performCallbackWithReturnValue):
DChangeLog-2011-02-165224 (WebKit::ComputedPagesCallback::performCallbackWithReturnValue):
35449 (WebKit::GenericCallback::performCallbackWithReturnValue):
44047 (WebKit::GenericCallback::performCallbackWithReturnValue):
44096 (WebKit::RenderTreeExternalRepresentationCallback::performCallbackWithReturnValue):
44103 (WebKit::ScriptReturnValueCallback::performCallbackWithReturnValue):
45127 (WebKit::ScriptReturnValueCallback::performCallbackWithReturnValue):