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

1 2

  /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);
NavigationAction.h 48 NavigationType type() const { return m_type; }
55 NavigationType m_type;
FrameLoaderTypes.h 52 enum NavigationType {
DocumentLoader.cpp 341 static bool isFormSubmission(NavigationType type)
  /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/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/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/content/public/browser/
navigation_type.h 12 enum NavigationType {
navigation_details.h 31 content::NavigationType type;
  /external/chromium_org/third_party/WebKit/public/web/
WebPerformance.h 65 BLINK_EXPORT WebNavigationType navigationType() const;
WebDataSource.h 92 virtual WebNavigationType navigationType() const = 0;
  /external/chromium_org/chrome/browser/prerender/
prerender_histograms.h 21 enum NavigationType {
49 NavigationType navigation_type,
prerender_tab_helper.h 107 NavigationType navigation_type_;
prerender_histograms.cc 256 NavigationType navigation_type,
prerender_manager.h 192 NavigationType navigation_type,
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
GAEChannelClient.m 98 navigationType:(UIWebViewNavigationType)navigationType {
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 170 NavigationType navigation_type) const;
234 // Classifies the given renderer navigation (see the NavigationType enum).
235 NavigationType ClassifyNavigation(
navigation_controller_impl.cc 111 NavigationType navigation_type) {
864 NavigationType NavigationControllerImpl::ClassifyNavigation(
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 82 NavigationCollector.NavigationType = {
116 * @typedef {{url: string, transitionType: NavigationCollector.NavigationType,
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper_unittest.cc 40 enum NavigationType {
123 NavigationType navigation_type) {
148 NavigationType navigation_type) {
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.cc 386 content::NavigationType nav_type = details->type;

Completed in 619 milliseconds

1 2