OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:display_url_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/text/
text_elider.h
107
const string16& display_url() const { return
display_url_
; }
117
// End of the prefix (spec and separator) in
display_url_
.
120
string16
display_url_
;
member in class:ui::SortedDisplayURL
text_elider.cc
507
display_url_
=
554
static_cast<const UChar*>(
display_url_
.c_str()),
555
static_cast<int>(
display_url_
.length()),
556
static_cast<const UChar*>(other.
display_url_
.c_str()),
557
static_cast<int>(other.
display_url_
.length()),
564
const size_t slash_index =
display_url_
.find(sort_host_, prefix_end_);
569
return
display_url_
.substr(slash_index + sort_host_.length());
[
all
...]
Completed in 580 milliseconds