/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebnavigationactionprivate.h | 30 WebKitWebNavigationReason kit(WebCore::NavigationType); 31 WebCore::NavigationType core(WebKitWebNavigationReason);
|
webkitwebnavigationaction.cpp | 364 WebKitWebNavigationReason kit(WebCore::NavigationType type) 369 WebCore::NavigationType core(WebKitWebNavigationReason type) 371 return static_cast<WebCore::NavigationType>(type);
|
/external/webkit/Source/WebCore/loader/ |
NavigationAction.h | 42 NavigationAction(const KURL&, NavigationType); 44 NavigationAction(const KURL&, NavigationType, PassRefPtr<Event>); 50 NavigationType type() const { return m_type; } 55 NavigationType m_type;
|
NavigationAction.cpp | 37 static NavigationType navigationType(FrameLoadType frameLoadType, bool isFormSubmission, bool haveEvent) 55 NavigationAction::NavigationAction(const KURL& url, NavigationType type) 64 , m_type(navigationType(frameLoadType, isFormSubmission, 0)) 68 NavigationAction::NavigationAction(const KURL& url, NavigationType type, PassRefPtr<Event> event) 78 , m_type(navigationType(frameLoadType, isFormSubmission, event))
|
FrameLoaderTypes.h | 63 enum NavigationType {
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebPolicyClient.h | 50 bool decidePolicyForNavigationAction(WebPageProxy*, WebFrameProxy*, WebCore::NavigationType, WebEvent::Modifiers, WebMouseEvent::Button, const WebCore::ResourceRequest&, WebFramePolicyListenerProxy*, APIObject* userData); 51 bool decidePolicyForNewWindowAction(WebPageProxy*, WebFrameProxy*, WebCore::NavigationType, WebEvent::Modifiers, WebMouseEvent::Button, const WebCore::ResourceRequest&, const String& frameName, WebFramePolicyListenerProxy*, APIObject* userData);
|
WebPolicyClient.cpp | 37 bool WebPolicyClient::decidePolicyForNavigationAction(WebPageProxy* page, WebFrameProxy* frame, NavigationType type, WebEvent::Modifiers modifiers, WebMouseEvent::Button mouseButton, const ResourceRequest& resourceRequest, WebFramePolicyListenerProxy* listener, APIObject* userData) 48 bool WebPolicyClient::decidePolicyForNewWindowAction(WebPageProxy* page, WebFrameProxy* frame, NavigationType type, WebEvent::Modifiers modifiers, WebMouseEvent::Button mouseButton, const ResourceRequest& resourceRequest, const String& frameName, WebFramePolicyListenerProxy* listener, APIObject* userData)
|
/external/webkit/Source/WebCore/page/ |
PerformanceNavigation.cpp | 66 WebCore::NavigationType navigationType = documentLoader->triggeringAction().type(); 67 switch (navigationType) {
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundleNavigationAction.h | 55 WebCore::NavigationType navigationType() const { return m_navigationType; } 66 WebCore::NavigationType m_navigationType;
|
/external/chromium/chrome/browser/printing/ |
print_preview_tab_controller.cc | 108 NavigationType::Type nav_type = detail_info->type; 112 nav_type == NavigationType::SAME_PAGE) { 119 nav_type == NavigationType::NEW_PAGE && 128 nav_type == NavigationType::EXISTING_PAGE) {
|
/external/chromium/chrome/browser/ui/webui/ |
html_dialog_tab_contents_delegate.h | 57 NavigationType::Type navigation_type);
|
html_dialog_tab_contents_delegate.cc | 110 NavigationType::Type navigation_type) {
|
html_dialog_tab_contents_delegate_unittest.cc | 64 *should_add_args, NavigationType::NEW_PAGE));
|
/external/webkit/Tools/QtTestBrowser/ |
webpage.h | 50 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);
|
webpage.cpp | 85 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
|
/external/chromium/chrome/browser/chromeos/login/ |
web_page_screen.h | 47 NavigationType::Type navigation_type) {
|
eula_view.h | 62 NavigationType::Type navigation_type) {
|
enterprise_enrollment_view.cc | 68 NavigationType::Type navigation_type) {
|
/external/chromium/chrome/browser/tab_contents/ |
language_state.cc | 28 details.type == NavigationType::SAME_PAGE;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDataSourceImpl.h | 66 virtual WebNavigationType navigationType() const; 73 static WebNavigationType toWebNavigationType(WebCore::NavigationType type);
|
WebDataSourceImpl.cpp | 89 WebNavigationType WebDataSourceImpl::navigationType() const 127 WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type)
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebpage.h | 83 Q_ENUMS(LinkDelegationPolicy NavigationType WebAction) 85 enum NavigationType { 410 virtual bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
|
qwebpage_p.h | 184 bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type);
|
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.h | 211 bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);
|
/external/chromium/chrome/browser/ |
external_tab_container_win.h | 226 NavigationType::Type nav_type,
|