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

1 2

  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.h 47 NavigationType::Type navigation_type) {
eula_view.h 62 NavigationType::Type navigation_type) {
enterprise_enrollment_view.cc 68 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) {
  /external/chromium/chrome/common/
automation_messages.cc 96 : navigation_type(0),
113 : navigation_type(in_navigation_type),
546 WriteParam(m, p.navigation_type);
561 return ReadParam(m, iter, &p->navigation_type) &&
575 LogParam(p.navigation_type, l);
automation_messages.h 90 NavigationInfo(int navigation_type,
101 int navigation_type; member in struct:NavigationInfo
  /external/chromium_org/content/public/browser/
navigation_details.h 10 #include "content/public/browser/navigation_type.h"
web_contents_delegate.h 15 #include "content/public/browser/navigation_type.h"
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 121 // |navigation_type| may be any navigation constant, such as NAVDIR_NEXT.
123 bool GetFromNavigation(long navigation_type,
chrome_frame_ui_test_utils.cc 335 bool AccObject::GetFromNavigation(long navigation_type,
338 bool is_child_navigation = navigation_type == NAVDIR_FIRSTCHILD ||
339 navigation_type == NAVDIR_LASTCHILD;
342 HRESULT result = accessible_->accNavigate(navigation_type,
  /external/chromium_org/content/public/test/
render_view_test.cc 315 params.navigation_type = ViewMsg_Navigate_Type::RELOAD;
368 navigate_params.navigation_type = ViewMsg_Navigate_Type::NORMAL;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper_unittest.cc 122 NavigationType navigation_type) {
128 if (navigation_type == kSameProcess) {
147 NavigationType navigation_type) {
161 if (navigation_type == kSameProcess) {
  /external/chromium_org/chrome/common/
automation_messages.h 73 IPC_STRUCT_MEMBER(int, navigation_type)
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 330 nav_params.navigation_type = ViewMsg_Navigate_Type::NORMAL;
531 nav_params.navigation_type = ViewMsg_Navigate_Type::NORMAL;
566 params_A.navigation_type = ViewMsg_Navigate_Type::NORMAL;
591 nav_params.navigation_type = ViewMsg_Navigate_Type::RELOAD;
667 params_C.navigation_type = ViewMsg_Navigate_Type::NORMAL;
684 params_B.navigation_type = ViewMsg_Navigate_Type::NORMAL;
695 params.navigation_type = ViewMsg_Navigate_Type::NORMAL;
748 params_A.navigation_type = ViewMsg_Navigate_Type::NORMAL;
766 params_B.navigation_type = ViewMsg_Navigate_Type::NORMAL;
832 params_B.navigation_type = ViewMsg_Navigate_Type::NORMAL
    [all...]
render_view_impl.cc 404 params.navigation_type == ViewMsg_Navigate_Type::RELOAD ||
405 params.navigation_type == ViewMsg_Navigate_Type::RELOAD_IGNORING_CACHE ||
406 params.navigation_type ==
    [all...]
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 38 #include "content/public/browser/navigation_type.h"
608 << ", Type: " << nav_info.navigation_type
664 << ", Type: " << nav_info.navigation_type
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 17 #include "content/public/browser/navigation_type.h"
168 NavigationType navigation_type) const;
navigation_controller_impl.cc 107 NavigationType navigation_type) {
114 return navigation_type == NAVIGATION_TYPE_IN_PAGE;
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 214 NavigationType::Type navigation_type) OVERRIDE;
530 NavigationType::Type navigation_type) {
531 if (waiting_for_new_page_ && navigation_type == NavigationType::NEW_PAGE)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.h 20 #include "content/public/browser/navigation_type.h"
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 159 params.navigation_type = ViewMsg_Navigate_Type::PRERENDER;
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 39 #include "content/public/browser/navigation_type.h"
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_browsertest.cc 359 nav_params.navigation_type = ViewMsg_Navigate_Type::NORMAL;
  /external/chromium/chrome/browser/
external_tab_container_win.cc 881 nav_info->navigation_type = nav_type;
    [all...]

Completed in 642 milliseconds

1 2