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

  /external/chromium_org/ui/message_center/views/
bounded_label_unittest.cc 62 return label_->GetWrappedTextForTest(width, lines_);
67 label_->SetBounds(0, 0, width, font_list_.GetHeight() * lines_);
68 return label_->GetLinesForWidthAndLimit(width, lines_);
75 lines_ = lines;
77 label_->SetLineLimit(lines_);
88 int lines_; member in class:message_center::test::BoundedLabelTest
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 34 while (!lines_.empty()) {
35 ParsedLine line = lines_.front();
36 lines_.pop();
145 lines_.push(ParseLine(buffer_.substr(cut_pos, i - cut_pos - 1)));
ftp_ctrl_response_buffer.h 78 std::queue<ParsedLine> lines_; member in class:net::FtpCtrlResponseBuffer
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 94 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]);
102 (*fn1_)(lines_[i].name,-1,uS0_[i]);
138 lines_=srcLines;
151 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len);
162 lines_=srcLines;
185 lines_=NULL;
207 lines_=NULL;
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err)
323 ULine* lines_; member in class:StringPerfFunction
    [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 94 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]);
102 (*fn1_)(lines_[i].name,-1,uS0_[i]);
138 lines_=srcLines;
151 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len);
162 lines_=srcLines;
185 lines_=NULL;
207 lines_=NULL;
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err)
323 ULine* lines_; member in class:StringPerfFunction
    [all...]
  /external/chromium_org/ui/gfx/
text_elider.cc 483 lines_(lines),
489 void Init() { lines_->clear(); }
556 std::vector<base::string16>* lines_; member in class:gfx::__anon21527::RectangleText
590 if (!insufficient_height_ && !lines_->empty()) {
591 base::TrimWhitespace(lines_->back(), base::TRIM_TRAILING, &lines_->back());
592 if (lines_->back().empty() && !last_line_ended_in_lf_)
593 lines_->pop_back();
596 lines_->push_back(base::string16());
618 const int line = lines_->size() - lines_added
    [all...]
render_text.cc 495 lines_.clear();
512 lines_.clear();
    [all...]
render_text_win.cc 381 DCHECK(!lines_.empty());
384 lines_.pop_back();
386 lines->swap(lines_);
390 // A (line index, segment index) pair that specifies a segment in |lines_|.
394 return &lines_[handle.first].segments[handle.second];
397 // Breaks a run into segments that fit in the last line in |lines_| and adds
398 // them. Adds a new Line to the back of |lines_| whenever a new segment can't
434 // Finishes the size calculations of the last Line in |lines_|. Adds a new
435 // Line to the back of |lines_|.
437 if (!lines_.empty())
502 std::vector<Line> lines_; member in class:gfx::internal::LineBreaker
    [all...]
render_text.h 438 const std::vector<internal::Line>& lines() const { return lines_; }
439 void set_lines(std::vector<internal::Line>* lines) { lines_.swap(*lines); }
511 // Ensure the text is laid out, lines are computed, and |lines_| is valid.
724 std::vector<internal::Line> lines_; member in class:gfx::RenderText
render_text_unittest.cc     [all...]
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc 100 lines_.clear();
516 DCHECK(!lines_.empty());
519 const Lines::size_type lines_size_m1 = lines_.size() - 1;
524 const char* current = stream_begin + lines_[1].first;
532 const char* line_begin = stream_begin + lines_[i].first;
539 const char c = *(stream_begin + lines_[i].first);
548 const char* line_end = stream_begin + lines_[i - 1].second;
778 DCHECK(!lines_.empty());
789 if (lines_.size() > 2) {
    [all...]
balsa_frame.h 254 Lines lines_; member in class:net::BalsaFrame
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 46 this.lines_ = {};
182 this.lines_ = lines;
225 return this.lines_[index].startIndex;
234 return this.lines_[index].endIndex;
editable_text_area_shadow.js 29 this.lines_ = {};
161 this.lines_ = lines;
180 return this.lines_[index].startIndex;
189 return this.lines_[index].endIndex;
  /external/chromium_org/ash/system/user/
user_card_view.cc 148 ScopedVector<gfx::RenderText> lines_; member in class:ash::tray::__anon6635::PublicAccountUserDetails
192 lines_.clear();
239 lines_.push_back(line);
244 const gfx::Size last_line_size = lines_.back()->GetStringSize();
268 for (ScopedVector<gfx::RenderText>::const_iterator it = lines_.begin();
269 it != lines_.end();
  /external/chromium_org/net/http/
http_util.h 233 lines_.Reset();
257 base::StringTokenizer lines_; member in class:net::HttpUtil::HeadersIterator
http_util.cc 770 : lines_(headers_begin, headers_end, line_delimiter) {
777 while (lines_.GetNext()) {
778 name_begin_ = lines_.token_begin();
779 values_end_ = lines_.token_end();
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 16 this.lines_ = {};
26 if (!(key in this.lines_)) {
28 var div = this.lines_[key] = document.createElement('div');
31 this.lines_[key] = {};
34 this.lines_[key].textContent = key + ': ' + value;
47 for (var key in this.lines_)
52 console.log('trace.' + this.lines_[key].textContent);
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 218 milliseconds