Home
last modified time | relevance | path

Searched refs:WebNavigationType (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebDataSourceImpl.h71 virtual WebNavigationType navigationType() const;
77 static WebNavigationType toWebNavigationType(WebCore::NavigationType type);
DWebDataSourceImpl.cpp88 WebNavigationType WebDataSourceImpl::navigationType() const in navigationType()
120 WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type) in toWebNavigationType()
DFrameLoaderClientImpl.cpp914 WebNavigationType webnavType = in dispatchDecidePolicyForNavigationAction()
/external/webkit/WebKit/chromium/public/
DWebNavigationType.h36 enum WebNavigationType { enum
DWebDataSource.h82 virtual WebNavigationType navigationType() const = 0;
DWebFrameClient.h102 WebFrame*, const WebURLRequest&, WebNavigationType, in decidePolicyForNavigation() argument
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPolicyDelegate.mm53WebNavigationType navType = (WebNavigationType)[[actionInformation objectForKey:WebActionNavigatio…
/external/webkit/WebKit/win/Interfaces/
DIWebPolicyDelegate.idl41 @enum WebNavigationType
51 typedef enum WebNavigationType {
58 } WebNavigationType;
185 will be called with a WebNavigationType of WebNavigationTypeOther
/external/webkit/WebKit/mac/WebView/
DWebPolicyDelegate.h56 } WebNavigationType; typedef
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultPolicyDelegate.m84WebNavigationType navType = [[actionInformation objectForKey:WebActionNavigationTypeKey] intValue];
/external/webkit/WebKit/chromium/
DWebKit.gyp138 'public/WebNavigationType.h',
DChangeLog6155 * public/WebNavigationType.h: Added.
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0934914 * WebView.subproj/WebControllerPolicyDelegate.h: New WebNavigationType's for back/forward,