Home
last modified time | relevance | path

Searched refs:WebContext (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DWebContext.cpp74 WebContext* WebContext::sharedProcessContext() in sharedProcessContext()
82 WebContext* WebContext::sharedThreadContext() in sharedThreadContext()
89 PassRefPtr<WebContext> WebContext::create(const String& injectedBundlePath) in create()
96 static Vector<WebContext*>& contexts() in contexts()
103 const Vector<WebContext*>& WebContext::allContexts() in allContexts()
108 WebContext::WebContext(ProcessModel processModel, const String& injectedBundlePath) in WebContext() function in WebKit::WebContext
147 WebContext::~WebContext() in ~WebContext()
210 void WebContext::languageChanged() in languageChanged()
215 void WebContext::ensureWebProcess() in ensureWebProcess()
454 WebContext::Statistics& WebContext::statistics() in statistics()
[all …]
H A DWebDownloadClient.h42 class WebContext; variable
46 void didStart(WebContext*, DownloadProxy*);
47 …void didReceiveAuthenticationChallenge(WebContext*, DownloadProxy*, AuthenticationChallengeProxy*);
48 void didReceiveResponse(WebContext*, DownloadProxy*, const WebCore::ResourceResponse&);
49 void didReceiveData(WebContext*, DownloadProxy*, uint64_t length);
50 bool shouldDecodeSourceDataOfMIMEType(WebContext*, DownloadProxy*, const String& mimeType);
52 void didCreateDestination(WebContext*, DownloadProxy*, const String& path);
53 void didFinish(WebContext*, DownloadProxy*);
54 void didFail(WebContext*, DownloadProxy*, const WebCore::ResourceError&);
55 void didCancel(WebContext*, DownloadProxy*);
[all …]
H A DWebDownloadClient.cpp37 void WebDownloadClient::didStart(WebContext* webContext, DownloadProxy* downloadProxy) in didStart()
45 void WebDownloadClient::didReceiveAuthenticationChallenge(WebContext* webContext, DownloadProxy* do… in didReceiveAuthenticationChallenge()
53 void WebDownloadClient::didReceiveResponse(WebContext* webContext, DownloadProxy* downloadProxy, co… in didReceiveResponse()
61 void WebDownloadClient::didReceiveData(WebContext* webContext, DownloadProxy* downloadProxy, uint64… in didReceiveData()
69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* dow… in shouldDecodeSourceDataOfMIMEType()
77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadPr… in decideDestinationWithSuggestedFilename()
86 void WebDownloadClient::didCreateDestination(WebContext* webContext, DownloadProxy* downloadProxy, … in didCreateDestination()
94 void WebDownloadClient::didFinish(WebContext* webContext, DownloadProxy* downloadProxy) in didFinish()
102 void WebDownloadClient::didFail(WebContext* webContext, DownloadProxy* downloadProxy, const Resourc… in didFail()
110 void WebDownloadClient::didCancel(WebContext* webContext, DownloadProxy* downloadProxy) in didCancel()
[all …]
H A DWebHistoryClient.h35 class WebContext; variable
42 …void didNavigateWithNavigationData(WebContext*, WebPageProxy*, const WebNavigationDataStore&, WebF…
43 …void didPerformClientRedirect(WebContext*, WebPageProxy*, const String& sourceURL, const String& d…
44 …void didPerformServerRedirect(WebContext*, WebPageProxy*, const String& sourceURL, const String& d…
45 …void didUpdateHistoryTitle(WebContext*, WebPageProxy*, const String& title, const String& url, Web…
46 void populateVisitedLinks(WebContext*);
H A DWebHistoryClient.cpp37 void WebHistoryClient::didNavigateWithNavigationData(WebContext* context, WebPageProxy* page, const… in didNavigateWithNavigationData()
46 void WebHistoryClient::didPerformClientRedirect(WebContext* context, WebPageProxy* page, const Stri… in didPerformClientRedirect()
54 void WebHistoryClient::didPerformServerRedirect(WebContext* context, WebPageProxy* page, const Stri… in didPerformServerRedirect()
62 void WebHistoryClient::didUpdateHistoryTitle(WebContext* context, WebPageProxy* page, const String&… in didUpdateHistoryTitle()
70 void WebHistoryClient::populateVisitedLinks(WebContext* context) in populateVisitedLinks()
H A DWebContext.h60 class WebContext : public APIObject {
64 static WebContext* sharedProcessContext();
65 static WebContext* sharedThreadContext();
67 static PassRefPtr<WebContext> create(const String& injectedBundlePath);
68 virtual ~WebContext();
70 static const Vector<WebContext*>& allContexts();
179 WebContext(ProcessModel, const String& injectedBundlePath);
274 template<typename U> inline bool WebContext::sendToAllProcesses(const U& message) in sendToAllProcesses()
282 template<typename U> bool WebContext::sendToAllProcessesRelaunchingThemIfNecessary(const U& message) in sendToAllProcessesRelaunchingThemIfNecessary()
H A DWebGeolocationManagerProxy.h40 class WebContext; variable
47 static PassRefPtr<WebGeolocationManagerProxy> create(WebContext*);
61 explicit WebGeolocationManagerProxy(WebContext*);
73 WebContext* m_context;
H A DWebResourceCacheManagerProxy.h45 class WebContext; variable
55 static PassRefPtr<WebResourceCacheManagerProxy> create(WebContext*);
70 explicit WebResourceCacheManagerProxy(WebContext*);
77 WebContext* m_webContext;
H A DWebMediaCacheManagerProxy.h45 class WebContext; variable
54 static PassRefPtr<WebMediaCacheManagerProxy> create(WebContext*);
69 WebMediaCacheManagerProxy(WebContext*);
77 WebContext* m_webContext;
H A DWebKeyValueStorageManagerProxy.h46 class WebContext; variable
56 static PassRefPtr<WebKeyValueStorageManagerProxy> create(WebContext*);
71 WebKeyValueStorageManagerProxy(WebContext*);
79 WebContext* m_webContext;
H A DWebApplicationCacheManagerProxy.h46 class WebContext; variable
56 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*);
71 WebApplicationCacheManagerProxy(WebContext*);
79 WebContext* m_webContext;
H A DWebCookieManagerProxy.h45 class WebContext; variable
55 static PassRefPtr<WebCookieManagerProxy> create(WebContext*);
78 WebCookieManagerProxy(WebContext*);
93 WebContext* m_webContext;
H A DWebDatabaseManagerProxy.h45 class WebContext; variable
55 static PassRefPtr<WebDatabaseManagerProxy> create(WebContext*);
84 explicit WebDatabaseManagerProxy(WebContext*);
94 WebContext* m_webContext;
H A DWebContextInjectedBundleClient.h36 class WebContext; variable
40 void didReceiveMessageFromInjectedBundle(WebContext*, const String&, APIObject*);
41 …void didReceiveSynchronousMessageFromInjectedBundle(WebContext*, const String&, APIObject*, RefPtr…
H A DVisitedLinkProvider.h37 class WebContext; variable
42 explicit VisitedLinkProvider(WebContext*);
52 WebContext* m_context;
H A DWebIconDatabase.h53 class WebContext; variable
59 static PassRefPtr<WebIconDatabase> create(WebContext*);
99 WebIconDatabase(WebContext*);
106 WebContext* m_webContext;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextQt.cpp36 String WebContext::applicationCacheDirectory() in applicationCacheDirectory()
45 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters&) in platformInitializeWebProcess()
50 void WebContext::platformInvalidateContext() in platformInvalidateContext()
54 String WebContext::platformDefaultDatabaseDirectory() const in platformDefaultDatabaseDirectory()
60 String WebContext::platformDefaultIconDatabasePath() const in platformDefaultIconDatabasePath()
66 String WebContext::platformDefaultLocalStorageDirectory() const in platformDefaultLocalStorageDirectory()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebContextGtk.cpp35 WTF::String WebContext::applicationCacheDirectory() in applicationCacheDirectory()
40 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters&) in platformInitializeWebProcess()
44 void WebContext::platformInvalidateContext() in platformInvalidateContext()
48 String WebContext::platformDefaultDatabaseDirectory() const in platformDefaultDatabaseDirectory()
53 String WebContext::platformDefaultIconDatabasePath() const in platformDefaultIconDatabasePath()
59 String WebContext::platformDefaultLocalStorageDirectory() const in platformDefaultLocalStorageDirectory()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextWin.cpp42 String WebContext::applicationCacheDirectory() in applicationCacheDirectory()
47 void WebContext::setShouldPaintNativeControls(bool b) in setShouldPaintNativeControls()
54 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters& parameters) in platformInitializeWebProcess()
79 void WebContext::platformInvalidateContext() in platformInvalidateContext()
83 String WebContext::platformDefaultDatabaseDirectory() const in platformDefaultDatabaseDirectory()
88 String WebContext::platformDefaultIconDatabasePath() const in platformDefaultIconDatabasePath()
94 String WebContext::platformDefaultLocalStorageDirectory() const in platformDefaultLocalStorageDirectory()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/WEB-INF/jspf/
H A Dstcontext.jspf10 JspWebContext ctx = WebContext.fromRequest(request,response,out);
13 DataSection dataSection = (DataSection)ctx.get(WebContext.DATA_SECTION);
14 DataSection.DataRow dataRow = (DataSection.DataRow)ctx.get(WebContext.DATA_ROW);
15 Boolean zoomedIn = (Boolean)ctx.get(WebContext.ZOOMED_IN);
16 Boolean canModify = (Boolean)ctx.get(WebContext.CAN_MODIFY);
17 WebContext.HTMLDirection htmlDirection = ctx.getDirectionForLocale(); // ltr or rtl
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.cpp41 return toAPI(WebContext::APIType); in WKContextGetTypeID()
46 RefPtr<WebContext> context = WebContext::create(String()); in WKContextCreate()
52 RefPtr<WebContext> context = WebContext::create(toImpl(pathRef)->string()); in WKContextCreateWithInjectedBundlePath()
58 return toAPI(WebContext::sharedProcessContext()); in WKContextGetSharedProcessContext()
63 return toAPI(WebContext::sharedThreadContext()); in WKContextGetSharedThreadContext()
104 const WebContext::Statistics& webContextStatistics = WebContext::statistics(); in WKContextGetGlobalStatistics()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/Plugins/
H A DWebPluginSiteDataManager.h37 class WebContext; variable
46 static PassRefPtr<WebPluginSiteDataManager> create(WebContext*);
66 explicit WebPluginSiteDataManager(WebContext*);
70 WebContext* m_webContext;
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/
H A Dxpath.jsp4 String loc = WebContext.decodeFieldString(request.getParameter("_"));
10 String xpath = WebContext.decodeFieldString(request.getParameter("xpath"));
16 String retAction = WebContext.decodeFieldString(request.getParameter("a"));
22 String sess = WebContext.decodeFieldString(request.getParameter("s"));
28 String msg = WebContext.decodeFieldString(request.getParameter("msg"));
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/WEB-INF/tmpl/
H A Dusermenu.jsp21 if(curSetting!=null && !curSetting.equals(WebContext.COVLEV_RECOMMENDED)) {
25 WebContext subCtx = new WebContext(ctx);
39 if(curSetting!=null && !curSetting.equals(WebContext.COVLEV_RECOMMENDED)) {
59 if(!curSetting.equals(WebContext.COVLEV_RECOMMENDED)) {
62 WebContext subCtx = new WebContext(ctx);
73 if(!curSetting.equals(WebContext.COVLEV_RECOMMENDED)) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.h44 class WebContext; variable
51 static PassRefPtr<DownloadProxy> create(WebContext*);
67 explicit DownloadProxy(WebContext*);
83 WebContext* m_webContext;

12345678