HomeSort by relevance Sort by last modified time
    Searched defs:navigationType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationAction.cpp 37 static NavigationType navigationType(FrameLoadType frameLoadType, bool isFormSubmission, bool haveEvent)
62 m_type = navigationType(frameLoadType, isFormSubmission || resourceRequest.httpBody(), event);
  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp 100 WebNavigationType WebDataSourceImpl::navigationType() const
127 WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type)
WebPerformance.cpp 53 WebNavigationType WebPerformance::navigationType() const
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 201 WebNavigationType navigationType;
210 , navigationType(WebNavigationTypeOther)
218 return decidePolicyForNavigation(info.frame, info.extraData, info.urlRequest, info.navigationType, info.defaultPolicy, info.isRedirect);

Completed in 762 milliseconds