HomeSort by relevance Sort by last modified time
    Searched full:navigationtype (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/webkit/Source/WebCore/loader/
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))
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;
FrameLoaderTypes.h 63 enum NavigationType {
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebnavigationactionprivate.h 30 WebKitWebNavigationReason kit(WebCore::NavigationType);
31 WebCore::NavigationType core(WebKitWebNavigationReason);
webkitwebnavigationaction.h 30 * The order of this enum must be the same as NavigationType in
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/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/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/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) {
print_preview_tab_controller.h 84 // NavigationType::NEW_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/Tools/TestWebKitAPI/Tests/WebKit2/
PageLoadBasic.cpp 90 static void decidePolicyForNavigationAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo)
101 static void decidePolicyForNewWindowAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo)
  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.h 47 NavigationType::Type navigation_type) {
eula_view.h 62 NavigationType::Type navigation_type) {
  /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/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleNavigationAction.cpp 44 return toAPI(toImpl(navigationActionRef)->navigationType());
  /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);
  /external/chromium/chrome/browser/tab_contents/
language_state.cc 28 details.type == NavigationType::SAME_PAGE;
  /external/webkit/Source/WebKit/chromium/public/
WebPerformance.h 61 WEBKIT_API WebNavigationType navigationType() const;
  /external/webkit/Tools/QtTestBrowser/
webpage.h 50 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);

Completed in 466 milliseconds

1 2 3