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

  /external/chromium_org/chrome/browser/automation/
automation_event_observers.cc 30 void AutomationEventObserver::NotifyEvent(DictionaryValue* value) {
35 event_queue_->NotifyEvent(
100 NotifyEvent(dict);
automation_event_observers_chromeos.cc 48 NotifyEvent(dict);
automation_event_queue.h 41 void NotifyEvent(AutomationEvent* event);
automation_event_observers.h 28 void NotifyEvent(DictionaryValue* value);
automation_event_queue.cc 75 void AutomationEventQueue::NotifyEvent(
78 VLOG(2) << "AutomationEventQueue::NotifyEvent id=" << event->GetId();
  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 32 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
79 new IntelJITEventsWrapper(test_jitprofiling::NotifyEvent, 0,
  /external/chromium_org/chrome/browser/translate/
translate_language_list.cc 113 void NotifyEvent(int line, const std::string& message) {
190 NotifyEvent(__LINE__, message);
201 // languages, and don't use UMA or NotifyEvent.
290 NotifyEvent(__LINE__, message);
297 NotifyEvent(__LINE__, "Request is omitted due to retry limit");
317 NotifyEvent(__LINE__, "Failed to fetch languages");
321 NotifyEvent(__LINE__, "Language list is updated");
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 45 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
173 new IntelJITEventsWrapper(NotifyEvent, 0,
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 236 jvmpi->NotifyEvent = jvm_notify_event;

Completed in 76 milliseconds