Searched defs:userAgent (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/page/
H A DWorkerNavigator.cpp32 WorkerNavigator::WorkerNavigator(const String& userAgent) argument
41 String WorkerNavigator::userAgent() const function in class:WebCore::WorkerNavigator
H A DWorkerNavigator.h40 static PassRefPtr<WorkerNavigator> create(const String& userAgent) { return adoptRef(new WorkerNavigator(userAgent)); } argument
H A DNavigator.cpp87 String Navigator::userAgent() const function in class:WebCore::Navigator
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DFrameNetworkingContextWinCE.cpp35 FrameNetworkingContextWinCE::FrameNetworkingContextWinCE(Frame* frame, const String& userAgent) argument
41 String FrameNetworkingContextWinCE::userAgent() const function in class:WebKit::FrameNetworkingContextWinCE
H A DFrameNetworkingContextWinCE.h34 static PassRefPtr<FrameNetworkingContextWinCE> create(WebCore::Frame* frame, const WTF::String& userAgent) argument
H A DFrameLoaderClientWinCE.cpp61 String FrameLoaderClientWinCE::userAgent(const URL&) function in class:WebKit::FrameLoaderClientWinCE
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameNetworkingContext.h45 WebFrameNetworkingContext(WebCore::Frame* frame, const String& userAgent) argument
55 virtual String userAgent() const { return m_userAgent; } function in class:WebFrameNetworkingContext
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginCreationParameters.cpp51 encoder << userAgent; local
H A DPluginCreationParameters.h56 String userAgent; member in struct:WebKit::PluginCreationParameters
H A DPluginControllerProxy.cpp236 String PluginControllerProxy::userAgent() function in class:WebKit::PluginControllerProxy
/macosx-10.10/WebCore-7600.1.25/workers/
H A DDedicatedWorkerThread.cpp41 PassRefPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(const URL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
46 DedicatedWorkerThread::DedicatedWorkerThread(const URL& url, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
56 PassRefPtr<WorkerGlobalScope> DedicatedWorkerThread::createWorkerGlobalScope(const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassRefPtr<SecurityOrigin> topOrigin) argument
H A DSharedWorkerThread.cpp41 PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, const URL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType) argument
46 SharedWorkerThread::SharedWorkerThread(const String& name, const URL& url, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType) argument
56 PassRefPtr<WorkerGlobalScope> SharedWorkerThread::createWorkerGlobalScope(const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassRefPtr<SecurityOrigin>) argument
H A DDedicatedWorkerGlobalScope.cpp42 PassRefPtr<DedicatedWorkerGlobalScope> DedicatedWorkerGlobalScope::create(const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, DedicatedWorkerThread& thread, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassRefPtr<SecurityOrigin> topOrigin) argument
49 DedicatedWorkerGlobalScope::DedicatedWorkerGlobalScope(const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, DedicatedWorkerThread& thread, PassRefPtr<SecurityOrigin> topOrigin) argument
H A DSharedWorkerGlobalScope.cpp55 PassRefPtr<SharedWorkerGlobalScope> SharedWorkerGlobalScope::create(const String& name, const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, SharedWorkerThread& thread, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType) argument
62 SharedWorkerGlobalScope::SharedWorkerGlobalScope(const String& name, const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, SharedWorkerThread& thread) argument
H A DWorkerThread.cpp95 WorkerThreadStartupData::WorkerThreadStartupData(const URL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
113 WorkerThread::WorkerThread(const URL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
H A DWorkerMessagingProxy.cpp82 void WorkerMessagingProxy::startWorkerGlobalScope(const URL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode) argument
H A DDefaultSharedWorkerRepository.cpp347 void DefaultSharedWorkerRepository::workerScriptLoaded(SharedWorkerProxy& proxy, const String& userAgent, const String& workerScript, std::unique_ptr<MessagePortChannel> port, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType) argument
H A DWorkerGlobalScope.cpp66 WorkerGlobalScope::WorkerGlobalScope(const URL& url, const String& userAgent, std::unique_ptr<GroupSettings> settings, WorkerThread& thread, PassRefPtr<SecurityOrigin> topOrigin) argument
109 String WorkerGlobalScope::userAgent(const URL&) const function in class:WebCore::WorkerGlobalScope
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPageCreationParameters.cpp50 encoder << userAgent; local
H A DWebPageCreationParameters.h82 String userAgent; member in struct:WebKit::WebPageCreationParameters
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DResourceHandleWin.cpp49 static inline HINTERNET createInternetHandle(const String& userAgent, bool asynchronous) argument
60 static HINTERNET asynchronousInternetHandle(const String& userAgent) argument
101 WebCoreSynchronousLoader::WebCoreSynchronousLoader(ResourceError& error, ResourceResponse& response, Vector<char>& data, const String& userAgent) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.h118 const char* userAgent() const { return m_userAgent; } function in class:EwkView
H A Dewk_view.cpp357 Eina_Bool ewk_view_user_agent_set(Evas_Object* ewkView, const char* userAgent) argument
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewData.h153 WTF::String userAgent; variable
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp1254 const char* PluginView::userAgent() function in class:WebCore::PluginView

Completed in 235 milliseconds

12