Searched refs:start_pos_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/v8/src/ |
D | messages.h | 50 start_pos_(start_pos), in MessageLocation() 52 MessageLocation() : start_pos_(-1), end_pos_(-1) { } in MessageLocation() 55 int start_pos() const { return start_pos_; } in start_pos() 60 int start_pos_; variable
|
/external/chromium_org/base/json/ |
D | json_parser.cc | 189 start_pos_(NULL), in JSONParser() 211 start_pos_ = input_copy->data(); in Parse() 213 start_pos_ = input.data(); in Parse() 215 pos_ = start_pos_; in Parse() 216 end_pos_ = start_pos_ + input.length(); in Parse() 406 if (!(*pos_ == '\n' && pos_ > start_pos_ && *(pos_ - 1) == '\r')) in EatWhitespaceAndComments() 614 int length = end_pos_ - start_pos_; in ConsumeStringRaw() 618 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement. in ConsumeStringRaw() 619 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw()
|
D | json_parser_unittest.cc | 19 parser->start_pos_ = input.data(); in NewTestParser() 20 parser->pos_ = parser->start_pos_; in NewTestParser() 21 parser->end_pos_ = parser->start_pos_ + input.length(); in NewTestParser()
|
D | json_parser.h | 230 const char* start_pos_; variable
|
/external/chromium_org/base/strings/ |
D | string_tokenizer.h | 137 token_end_ = start_pos_; in Reset() 159 start_pos_ = string_begin; in Init() 242 const_iterator start_pos_; variable
|
/external/chromium_org/ui/gfx/ |
D | interpolated_transform.cc | 245 start_pos_(start_pos), in InterpolatedTranslation() 254 start_pos_(start_pos), in InterpolatedTranslation() 264 result.Translate(ValueBetween(t, start_pos_.x(), end_pos_.x()), in InterpolateButDoNotCompose() 265 ValueBetween(t, start_pos_.y(), end_pos_.y())); in InterpolateButDoNotCompose()
|
D | interpolated_transform.h | 178 const gfx::Point start_pos_;
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 1652 SeekHead::SeekHead() : start_pos_(0ULL) { in SeekHead() 1663 if (start_pos_ == -1) in Finalize() 1685 if (writer->Position(start_pos_)) in Finalize() 1709 const int64 size_left = total_size - (writer->Position() - start_pos_); in Finalize() 1726 start_pos_ = writer->Position(); in Write()
|
D | mkvmuxer.hpp | 932 int64 start_pos_; member in mkvmuxer::SeekHead
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 1754 SeekHead::SeekHead() : start_pos_(0ULL) { in SeekHead() 1766 if (start_pos_ == -1) in Finalize() 1789 if (writer->Position(start_pos_)) in Finalize() 1814 const int64 size_left = total_size - (writer->Position() - start_pos_); in Finalize() 1831 start_pos_ = writer->Position(); in Write()
|
D | mkvmuxer.hpp | 966 int64 start_pos_; member in mkvmuxer::SeekHead
|