Searched refs:title_end (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddocument_parser.py88 title_end = min_index('/h1>', '/H1>')
89 if title_end == -1:
91 if title_end < title_start:
94 return (document[:title_start] + document[title_end + 4:], None)
/external/chromium/chrome/browser/chromeos/login/
H A Dnew_user_view.cc388 int title_end = y + kTitlePad; local
390 splitter_up1_->SetBounds(0, title_end, this->width(), kSplitterHeight);
391 splitter_up2_->SetBounds(0, title_end + 1, this->width(), kSplitterHeight);
423 y = title_end + (bottom_start - title_end - height) / 2;
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_win.cc666 const size_t title_end = bookmark.find_first_of(kDelim); local
668 title->assign(bookmark.substr(0, title_end));
671 const size_t url_start = bookmark.find_first_not_of(kDelim, title_end);

Completed in 369 milliseconds