Searched refs:handle_wrapper_ (Results 1 – 2 of 2) sorted by relevance
44 handle_wrapper_->RemoveCloseObserver(this); in Cancel()45 handle_wrapper_ = NULL; in Cancel()53 : wait_id_(0), handle_wrapper_(handle_wrapper.get()) { in WaitingCallback()54 handle_wrapper_->AddCloseObserver(this); in WaitingCallback()71 handle_wrapper_->RemoveCloseObserver(this); in OnHandleReady()72 handle_wrapper_ = NULL; in OnHandleReady()
55 gin::HandleWrapper* handle_wrapper_; variable