Searched refs:isNewNavigation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h355 // Notifies the WebView that a load has been committed. isNewNavigation
359 void didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage);
H A DWebViewImpl.cpp3834 void WebViewImpl::didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage) argument
3836 if (isNewNavigation && !isNavigationWithinPage)

Completed in 362 milliseconds