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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.h 79 // Updates |rect_| based on the current |row_| and |row_span_|. If
84 Rows::const_iterator row_; member in class:webrtc::DesktopRegion::Iterator
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 72 : url_(url), row_(row), wait_event_(event), found_(found) {}
77 *found_ = backend->GetURL(url_, row_);
88 history::URLRow* row_; member in class:__anon9469::GetUrlTask
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 47 int row_; // current input row being processed member in struct:__anon17926
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
137 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE];
240 p->row_ = -radius;
266 for (; p.row_ < p.height_; ++p.row_) {
270 if (p.row_ >= p.radius_) {
  /external/webp/src/utils/
quant_levels_dec.c 47 int row_; // current input row being processed member in struct:__anon37977
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
137 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE];
240 p->row_ = -radius;
266 for (; p.row_ < p.height_; ++p.row_) {
270 if (p.row_ >= p.radius_) {

Completed in 230 milliseconds