Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp190 void WKPageSetApplicationNameForUserAgent(WKPageRef pageRef, WKStringRef applicationNameRef) in WKPageSetApplicationNameForUserAgent() argument
192 toImpl(pageRef)->setApplicationNameForUserAgent(toWTFString(applicationNameRef)); in WKPageSetApplicationNameForUserAgent()