/external/chromium/chrome/browser/ |
repost_form_warning_controller.cc | 15 registrar_.Add(this, NotificationType::LOAD_START, 57 (type == NotificationType::LOAD_START ||
|
/bionic/linker/ |
linker_phdr.h | 48 Elf32_Addr load_start() { return reinterpret_cast<Elf32_Addr>(load_start_); } function in class:ElfReader
|
linker.cpp | 721 si->base = elf_reader.load_start(); [all...] |
/external/chromium/chrome/browser/automation/ |
automation_tab_helper.h | 28 // |LOAD_START| and |LOAD_STOP| notifications may occur several times for a
|
automation_provider_observers.cc | 94 registrar_.Add(this, NotificationType::LOAD_START, 107 if (type == NotificationType::LOAD_START) { 235 registrar_.Add(this, NotificationType::LOAD_START, source); 262 // we need the NotificationType::LOAD_START. 264 type == NotificationType::LOAD_START) { [all...] |
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 343 registrar_.Add(this, NotificationType::LOAD_START, 372 } else if (type == NotificationType::LOAD_START) { 377 // If the network isn't connected we'll get a second LOAD_START once it is 384 registrar_.Remove(this, NotificationType::LOAD_START,
|
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 257 case NotificationType::LOAD_START: { 336 registrar_.Remove(this, NotificationType::LOAD_START, 370 registrar_.Add(this, NotificationType::LOAD_START,
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 120 registrar_.Add(this, NotificationType::LOAD_START, 159 type == NotificationType::LOAD_START) {
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | 557 registrar->Add(observer, NotificationType::LOAD_START, 607 case NotificationType::LOAD_START: [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.cc | 323 // we need the chrome::LOAD_START. [all...] |