HomeSort by relevance Sort by last modified time
    Searched defs:io_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service_unittest.cc 42 io_(content::BrowserThread::IO, &message_loop_) {}
54 content::TestBrowserThread io_; member in class:extensions::RulesRegistryServiceTest
  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 64 VP8Io *io_; member in struct:__anon14820
idec.c 71 VP8Io io_; member in struct:WebPIDecoder
122 // note: for VP8, setting up idec->io_ is only really needed at the beginning
124 idec->io_.data = new_base;
125 idec->io_.data_size = MemDataSize(mem);
270 VP8Io* const io = &idec->io_;
285 idec->io_.data = mem->buf_ + mem->start_;
286 idec->io_.data_size = MemDataSize(mem);
350 idec->io_.data = data;
351 idec->io_.data_size = curr_size;
385 VP8Io* const io = &idec->io_;
    [all...]
vp8i.h 179 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon14815
  /external/webp/src/dec/
vp8li.h 64 VP8Io *io_; member in struct:__anon31264
idec.c 71 VP8Io io_; member in struct:WebPIDecoder
122 // note: for VP8, setting up idec->io_ is only really needed at the beginning
124 idec->io_.data = new_base;
125 idec->io_.data_size = MemDataSize(mem);
270 VP8Io* const io = &idec->io_;
285 idec->io_.data = mem->buf_ + mem->start_;
286 idec->io_.data_size = MemDataSize(mem);
350 idec->io_.data = data;
351 idec->io_.data_size = curr_size;
385 VP8Io* const io = &idec->io_;
    [all...]
vp8i.h 179 VP8Io io_; // copy of the VP8Io to pass to put() member in struct:__anon31259
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 86 io_(content::BrowserThread::IO, &message_loop_) {}
228 content::TestBrowserThread io_; member in class:extensions::WebRequestRulesRegistryTest
    [all...]

Completed in 65 milliseconds