/external/chromium/chrome/browser/automation/ |
automation_tab_tracker.cc | 27 registrar_.Add(this, NotificationType::LOAD_STOP, 36 registrar_.Remove(this, NotificationType::LOAD_STOP, 44 case NotificationType::LOAD_STOP:
|
automation_tab_helper.h | 28 // |LOAD_START| and |LOAD_STOP| notifications may occur several times for a
|
automation_provider_observers.cc | 96 registrar_.Add(this, NotificationType::LOAD_STOP, 112 } else if (type == NotificationType::LOAD_STOP) { 188 registrar_.Add(this, NotificationType::LOAD_STOP, 236 registrar_.Add(this, NotificationType::LOAD_STOP, source); 266 } else if (type == NotificationType::LOAD_STOP) { 810 registrar_.Add(this, NotificationType::LOAD_STOP, 830 } else if (type.value == NotificationType::LOAD_STOP) { [all...] |
/external/chromium/chrome/browser/ui/views/ |
dom_view_browsertest.cc | 35 ui_test_utils::WaitForNotification(NotificationType::LOAD_STOP); 53 ui_test_utils::WaitForNotification(NotificationType::LOAD_STOP); 75 ui_test_utils::WaitForNotification(NotificationType::LOAD_STOP);
|
/external/chromium_org/chrome/browser/ui/pdf/ |
pdf_browsertest.cc | 208 // How many times we've seen chrome::LOAD_STOP. 347 // We might get extraneous chrome::LOAD_STOP notifications when 358 // Check if the LOAD_STOP notification could have come while we run a
|
/external/chromium/chrome/browser/debugger/ |
devtools_window.cc | 86 NotificationType::LOAD_STOP, 338 if (type == NotificationType::LOAD_STOP && !is_loaded_) {
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_browsertest.cc | 156 typedef WindowedNavigationObserver<NotificationType::LOAD_STOP> 409 LOG(INFO) << "Waiting for LOAD_STOP";
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 44 registrar_.Add(this, NotificationType::LOAD_STOP, 74 if (type == NotificationType::LOAD_STOP) { 122 registrar_.Add(this, NotificationType::LOAD_STOP, 161 } else if (type == NotificationType::LOAD_STOP) {
|
/external/chromium_org/chrome/browser/ui/login/ |
login_prompt_browsertest.cc | 173 // LOAD_STOP observer is special since we want to be able to wait for 174 // multiple LOAD_STOP events. 449 // We need to wait for two LOAD_STOP events. One for auth_page and one for 468 // As above, we wait for two LOAD_STOP events; one for each navigation. 492 // We wait for two LOAD_STOP events; one for each navigation. [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 277 case NotificationType::LOAD_STOP: { 334 registrar_.Remove(this, NotificationType::LOAD_STOP, 368 registrar_.Add(this, NotificationType::LOAD_STOP,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_browsertest.cc | 251 // NAV_ENTRY_COMMITTED instead of LOAD_STOP. This is to match the notification 253 // before LOAD_STOP, and the controller deletes the web contents after receiving 254 // the former, we will sometimes fail to observe a LOAD_STOP. 255 // TODO(estade): Should the controller observe LOAD_STOP instead? [all...] |
/external/chromium/chrome/browser/ |
external_tab_container_win.cc | 172 registrar_.Add(this, NotificationType::LOAD_STOP, 726 case NotificationType::LOAD_STOP: { [all...] |
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.cc | 295 registrar_.Add(this, NotificationType::LOAD_STOP, 303 if (type == NotificationType::LOAD_STOP) {
|
/external/chromium_org/chrome/test/remoting/ |
remote_desktop_browsertest.cc | 171 // The active WebContents instance should be the source of the LOAD_STOP 183 // For apps v1 only, the DOMOperationObserver is not ready at the LOAD_STOP
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 80 # An instance of _Stop is raised by Unpickler.load_stop() in response to 1254 def load_stop(self): member in class:Unpickler [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 80 # An instance of _Stop is raised by Unpickler.load_stop() in response to 1254 def load_stop(self): member in class:Unpickler [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_browsertest.cc | 499 // Waits for exactly |num_navigations_to_wait_for| LOAD_STOP 504 // Returns the number of LOAD_STOP events that have occurred for 508 // The number of LOAD_STOP events since |this| was created. 592 // be a LOAD_STOP event between the timeout and the reload. [all...] |
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | 559 registrar->Add(observer, NotificationType::LOAD_STOP, 603 case NotificationType::LOAD_STOP: [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.cc | [all...] |