Home
last modified time | relevance | path

Searched refs:iothread_state_ (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_context.cc191 iothread_state_ = base::MakeRefCounted<CefIOThreadState>(); in Initialize()
299 iothread_state_, global_id, handler)); in OnRenderFrameCreated()
320 iothread_state_, global_id)); in OnRenderFrameDeleted()
360 iothread_state_, scheme_name, domain_name, factory)); in RegisterSchemeHandlerFactory()
366 iothread_state_)); in ClearSchemeHandlerFactories()
Dbrowser_context.h194 return iothread_state_; in iothread_state()
221 scoped_refptr<CefIOThreadState> iothread_state_; variable
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc250 iothread_state_ = cef_browser_context->iothread_state(); in Initialize()
251 CHECK(iothread_state_); in Initialize()
299 scoped_refptr<CefIOThreadState> iothread_state_; member
533 init_state_->iothread_state_->GetSchemeHandlerFactory(request->url); in OnBeforeRequest()
1160 init_state_->iothread_state_->GetHandler( in GetHandler()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch5189 scoped_refptr<CefIOThreadState> iothread_state_;