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

  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceNavigation.cpp 55 WebCore::NavigationType navigationType = documentLoader->triggeringAction().type();
56 switch (navigationType) {
  /external/chromium_org/third_party/WebKit/public/web/
WebDataSource.h 92 virtual WebNavigationType navigationType() const = 0;
WebPerformance.h 65 BLINK_EXPORT WebNavigationType navigationType() const;
  /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.h 67 virtual WebNavigationType navigationType() const OVERRIDE;
73 static WebNavigationType toWebNavigationType(WebCore::NavigationType type);
WebDataSourceImpl.cpp 102 WebNavigationType WebDataSourceImpl::navigationType() const
129 WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type)
WebPerformance.cpp 55 WebNavigationType WebPerformance::navigationType() const
ChromeClientImpl.cpp 395 isReload = (ds->navigationType() == blink::WebNavigationTypeReload);
FrameLoaderClientImpl.cpp 465 ds->navigationType(), static_cast<WebNavigationPolicy>(policy), ds->isRedirect());
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
GAEChannelClient.m 98 navigationType:(UIWebViewNavigationType)navigationType {
  /external/chromium_org/chrome/renderer/
loadtimes_extension_bindings.cc 40 // navigationType: A string describing what user action initiated the load
140 v8::String::NewFromUtf8(isolate, "navigationType"),
142 isolate, GetNavigationType(data_source->navigationType())));
193 isolate, GetCSITransitionType(data_source->navigationType())));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 731 milliseconds