Searched refs:NotifyEvent (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/automation/
H A Dautomation_event_observers.cc30 void AutomationEventObserver::NotifyEvent(DictionaryValue* value) { function in class:AutomationEventObserver
35 event_queue_->NotifyEvent(
100 NotifyEvent(dict);
H A Dautomation_event_observers_chromeos.cc46 NotifyEvent(dict);
H A Dautomation_event_observers.h28 void NotifyEvent(DictionaryValue* value);
H A Dautomation_event_queue.h41 void NotifyEvent(AutomationEvent* event);
H A Dautomation_event_queue.cc75 void AutomationEventQueue::NotifyEvent( function in class:AutomationEventQueue
78 VLOG(2) << "AutomationEventQueue::NotifyEvent id=" << event->GetId();
/external/llvm/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp32 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { function in namespace:test_jitprofiling
79 new IntelJITEventsWrapper(test_jitprofiling::NotifyEvent, 0,
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_language_list.cc113 void NotifyEvent(int line, const std::string& message) { function in namespace:__anon6148
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/
H A Dllvm-jitlistener.cpp45 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { function in namespace:__anon22696
173 new IntelJITEventsWrapper(NotifyEvent, 0,
/external/oprofile/agents/jvmpi/
H A Djvmpi_oprofile.cpp236 jvmpi->NotifyEvent = jvm_notify_event;

Completed in 535 milliseconds