Searched refs:NavigationType (Results 1 - 25 of 40) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebnavigationactionprivate.h30 WebKitWebNavigationReason kit(WebCore::NavigationType);
31 WebCore::NavigationType core(WebKitWebNavigationReason);
H A Dwebkitwebnavigationaction.cpp364 WebKitWebNavigationReason kit(WebCore::NavigationType type)
369 WebCore::NavigationType core(WebKitWebNavigationReason type)
371 return static_cast<WebCore::NavigationType>(type);
/external/webkit/Source/WebCore/loader/
H A DNavigationAction.h42 NavigationAction(const KURL&, NavigationType);
44 NavigationAction(const KURL&, NavigationType, PassRefPtr<Event>);
50 NavigationType type() const { return m_type; }
55 NavigationType m_type;
H A DNavigationAction.cpp37 static NavigationType navigationType(FrameLoadType frameLoadType, bool isFormSubmission, bool haveEvent)
55 NavigationAction::NavigationAction(const KURL& url, NavigationType type)
68 NavigationAction::NavigationAction(const KURL& url, NavigationType type, PassRefPtr<Event> event)
H A DFrameLoaderTypes.h63 enum NavigationType { enum in namespace:WebCore
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPolicyClient.h50 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);
H A DWebPolicyClient.cpp37 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/
H A DPerformanceNavigation.cpp66 WebCore::NavigationType navigationType = documentLoader->triggeringAction().type();
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleNavigationAction.h55 WebCore::NavigationType navigationType() const { return m_navigationType; }
66 WebCore::NavigationType m_navigationType;
/external/chromium/chrome/browser/printing/
H A Dprint_preview_tab_controller.cc108 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/chromeos/login/
H A Dweb_page_screen.h47 NavigationType::Type navigation_type) {
H A Denterprise_enrollment_view.cc68 NavigationType::Type navigation_type) {
H A Deula_view.h62 NavigationType::Type navigation_type) {
/external/chromium/chrome/browser/tab_contents/
H A Dlanguage_state.cc28 details.type == NavigationType::SAME_PAGE;
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.h57 NavigationType::Type navigation_type);
H A Dhtml_dialog_tab_contents_delegate.cc110 NavigationType::Type navigation_type) {
H A Dhtml_dialog_tab_contents_delegate_unittest.cc64 *should_add_args, NavigationType::NEW_PAGE));
/external/webkit/Source/WebKit/chromium/src/
H A DWebDataSourceImpl.h73 static WebNavigationType toWebNavigationType(WebCore::NavigationType type);
H A DWebDataSourceImpl.cpp127 WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type)
/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.h50 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);
H A Dwebpage.cpp85 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h83 Q_ENUMS(LinkDelegationPolicy NavigationType WebAction)
85 enum NavigationType { enum in class:QWebPage
410 virtual bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
H A Dqwebpage_p.h184 bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type);
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dnavigation_collector.js76 NavigationCollector.NavigationType = {
110 * @typedef {{url: string, transitionType: NavigationCollector.NavigationType,
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h211 bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);

Completed in 368 milliseconds

12