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

  /external/chromium_org/chrome/browser/net/
net_error_tab_helper_unittest.cc 53 enum MainFrame { SUB_FRAME, MAIN_FRAME };
67 void StartProvisionalLoad(MainFrame main_frame, ErrorPage error_page) {
69 (main_frame == MAIN_FRAME) ? main_rfh() : subframe_,
75 void CommitProvisionalLoad(MainFrame main_frame) {
77 (main_frame == MAIN_FRAME) ? main_rfh() : subframe_,
82 void FailProvisionalLoad(MainFrame main_frame, ErrorType error_type) {
91 (main_frame == MAIN_FRAME) ? main_rfh() : subframe_
    [all...]
  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.h 33 MAIN_FRAME,

Completed in 404 milliseconds