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

  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 31 nested_invocations_(0),
40 nested_invocations_(0),
110 nested_invocations_++;
113 nested_invocations_--;
115 if (should_destroy_ && nested_invocations_ == 0) {
143 if (IsCurrent() && nested_invocations_ > 0)
ppb_message_loop_proxy.h 89 int nested_invocations_; member in class:ppapi::proxy::MessageLoopResource

Completed in 1112 milliseconds