OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didNavigateWithNavigationData
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebHistoryClient.cpp
37
void WebHistoryClient::
didNavigateWithNavigationData
(WebContext* context, WebPageProxy* page, const WebNavigationDataStore& navigationDataStore, WebFrameProxy* frame)
39
if (!m_client.
didNavigateWithNavigationData
)
43
m_client.
didNavigateWithNavigationData
(toAPI(context), toAPI(page), toAPI(navigationData.get()), toAPI(frame), m_client.clientInfo);
WebHistoryClient.h
42
void
didNavigateWithNavigationData
(WebContext*, WebPageProxy*, const WebNavigationDataStore&, WebFrameProxy*);
WebContext.h
187
void
didNavigateWithNavigationData
(uint64_t pageID, const WebNavigationDataStore& store, uint64_t frameID);
WebContext.cpp
407
void WebContext::
didNavigateWithNavigationData
(uint64_t pageID, const WebNavigationDataStore& store, uint64_t frameID)
414
m_historyClient.
didNavigateWithNavigationData
(this, frame->page(), store, frame);
/external/webkit/Source/WebKit/mac/WebView/
WebHistoryDelegate.h
34
- (void)webView:(WebView *)webView
didNavigateWithNavigationData
:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame;
WebView.mm
[
all
...]
/external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.h
43
virtual HRESULT STDMETHODCALLTYPE
didNavigateWithNavigationData
(
HistoryDelegate.cpp
81
HRESULT HistoryDelegate::
didNavigateWithNavigationData
(IWebView* webView, IWebNavigationData* navigationData, IWebFrame* webFrame)
/external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryDelegate.idl
44
HRESULT
didNavigateWithNavigationData
([in] IWebView* webView, [in] IWebNavigationData* navigationData, [in] IWebFrame* webFrame);
/external/webkit/Tools/DumpRenderTree/mac/
HistoryDelegate.mm
40
- (void)webView:(WebView *)webView
didNavigateWithNavigationData
:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame
/external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m
65
static void
didNavigateWithNavigationData
(WKContextRef context, WKPageRef page, WKNavigationDataRef navigationData, WKFrameRef frame, const void *clientInfo)
75
LOG(@"HistoryClient -
didNavigateWithNavigationData
- title: %@ - url: %@", title, url);
124
didNavigateWithNavigationData
,
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.h
64
WKContextDidNavigateWithNavigationDataCallback
didNavigateWithNavigationData
;
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp
548
historyDelegate->
didNavigateWithNavigationData
(webView, navigationData.get(), m_webFrame);
[
all
...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm
[
all
...]
Completed in 1096 milliseconds