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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.h 34 : owner_thread_(owner_thread), event_name_(event_name) {}
94 content::BrowserThread::ID owner_thread() const { return owner_thread_; }
106 const content::BrowserThread::ID owner_thread_; member in class:extensions::RulesRegistry
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 228 : owner_thread_(thread), \
232 call.Marshal(owner_thread_);\
243 return call.Marshal(owner_thread_);\
249 return call.Marshal(owner_thread_);\
255 return call.Marshal(owner_thread_);\
261 return call.Marshal(owner_thread_);\
267 return call.Marshal(owner_thread_);\
273 return call.Marshal(owner_thread_);\
281 mutable talk_base::Thread* owner_thread_;\

Completed in 130 milliseconds