Searched refs:standardUserAgentWithApplicationName (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebViewPrivate.idl145 HRESULT standardUserAgentWithApplicationName([in] BSTR applicationName, [retval][out] BSTR* groupName);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h693 virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(
917 static WTF::String standardUserAgentWithApplicationName(const WTF::String&);
H A DWebView.cpp1315 String WebView::standardUserAgentWithApplicationName(const String& applicationName) function in class:WebView
2487 m_userAgentStandard = WebView::standardUserAgentWithApplicationName(m_applicationName);
5304 HRESULT STDMETHODCALLTYPE WebView::standardUserAgentWithApplicationName(
5320 *groupName = BString(standardUserAgentWithApplicationName(toString(applicationName))).release();

Completed in 92 milliseconds