Searched refs:posOffset (Results 1 – 2 of 2) sorted by relevance
553 const size_t posOffset = 2; in AddType() local557 if (slashpos != std::string::npos && typelen >= slashpos + posOffset) { in AddType()558 if (typelen == slashpos + posOffset && type.at(slashpos + posNext) == '*') { in AddType()785 const int posOffset = 2; in FindMimeType() local827 if (typeLength == slashpos + posOffset && type.at(slashpos + posNext) == '*') { in FindMimeType()
261 Offset posOffset = scrollableOffset_ + tabItemOffsets_[index_] + offset - indiOffset; in UpdatePosition() local262 indicator_->SetPosition(posOffset); in UpdatePosition()