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

  /external/chromium_org/chrome/browser/search/
iframe_source_unittest.cc 80 instant_io_context_(NULL),
132 instant_io_context_ = new InstantIOContext;
133 InstantIOContext::SetUserDataOnIO(&resource_context_, instant_io_context_);
134 InstantIOContext::AddInstantProcessOnIO(instant_io_context_,
153 scoped_refptr<InstantIOContext> instant_io_context_; member in class:IframeSourceTest
instant_service.cc 92 instant_io_context_ = new InstantIOContext();
98 profile->GetResourceContext(), instant_io_context_));
137 if (instant_io_context_.get()) {
141 instant_io_context_,
198 if (instant_io_context_.get()) {
203 instant_io_context_));
205 instant_io_context_ = NULL;
295 if (instant_io_context_.get()) {
300 instant_io_context_,
instant_service.h 179 scoped_refptr<InstantIOContext> instant_io_context_; member in class:InstantService

Completed in 51 milliseconds