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

  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 66 connect_instance_func_(NULL),
317 int32_t init_error = init_broker(&connect_instance_func_);
323 if (!connect_instance_func_) {
395 DCHECK(is_broker_ == (connect_instance_func_ != NULL));
406 connect_instance_func_);
ppapi_thread.h 132 PP_ConnectInstance_Func connect_instance_func_; member in class:content::PpapiThread

Completed in 716 milliseconds