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

  /development/testrunner/
run_command.py 84 global _abort_on_error, error_occurred
85 error_occurred = False
88 global error_occurred
114 error_occurred = True
118 error_occurred = True
144 if _abort_on_error and error_occurred:
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.h 65 bool error_occurred; // True if an error has occurred in this frame. member in struct:FrameNavigationState::FrameState
extension_webnavigation_api.cc 183 frame_state->second.error_occurred) {
205 frame_state.error_occurred = is_error_page;
232 frame_state_map_[frame_id].error_occurred = true;

Completed in 157 milliseconds