Searched refs:postMessageToInjectedBundle (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContext.cpp292 toImpl(contextRef)->postMessageToInjectedBundle(toImpl(messageNameRef)->string(), toImpl(messageBodyRef));
H A DWKPage.cpp1781 toImpl(pageRef)->postMessageToInjectedBundle(toImpl(messageNameRef)->string(), toImpl(messageBodyRef));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebContext.cpp897 context->priv->context->postMessageToInjectedBundle(String::fromUTF8("PrefetchDNS"), ImmutableDictionary::create(WTF::move(message)).get());
H A DWebKitWebView.cpp3203 getPage(webView)->postMessageToInjectedBundle(String::fromUTF8("GetSnapshot"), ImmutableDictionary::create(WTF::move(message)).get());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContext.h182 void postMessageToInjectedBundle(const String&, API::Object*);
H A DWebContext.cpp901 void WebContext::postMessageToInjectedBundle(const String& messageName, API::Object* messageBody) function in class:WebKit::WebContext
H A DWebPageProxy.h861 void postMessageToInjectedBundle(const String& messageName, API::Object* messageBody);
H A DWebPageProxy.cpp3613 void WebPageProxy::postMessageToInjectedBundle(const String& messageName, API::Object* messageBody) function in class:WebKit::WebPageProxy

Completed in 384 milliseconds