Searched refs:progress_events_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.h490 std::queue<ProgressEvent*> progress_events_; member in class:plugin::Plugin
H A Dplugin.cc1538 progress_events_.push(new ProgressEvent(event_type,
1563 if (progress_events_.empty()) {
1567 nacl::scoped_ptr<ProgressEvent> event(progress_events_.front());
1568 progress_events_.pop();

Completed in 887 milliseconds