HomeSort by relevance Sort by last modified time
    Searched defs:NotifyEvent (Results 1 - 5 of 5) 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_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/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 45 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
173 new IntelJITEventsWrapper(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");

Completed in 506 milliseconds