Searched refs:text_ (Results 1 - 25 of 142) sorted by relevance

123456

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h90 : text_(value), size_(strlen(text_)) {}
92 : text_(value.data()), size_(value.size()) {}
96 : text_(NULL), size_(-1) {}
105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffe
133 const char* text_; member in class:google::protobuf::strings::internal::SubstituteArg
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h90 : text_(value), size_(strlen(text_)) {}
92 : text_(value.data()), size_(value.size()) {}
96 : text_(NULL), size_(-1) {}
105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffe
133 const char* text_; member in class:google::protobuf::strings::internal::SubstituteArg
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.h37 : text_(UTF8ToUnicodeText(utf8, std::strlen(utf8))),
46 : text_(src.text_), cached_index_(-1) {}
56 text_.push_back(codepoint);
62 return text_.begin();
66 return text_.end();
74 return text_.size();
80 text_.clear();
92 text_.CopyUTF8(s, len);
103 out = UnicodeTextToUTF8(text_);
109 UnicodeText text_; member in class:i18n::phonenumbers::UnicodeString
[all...]
H A Dunicodestring.cc32 text_ = src.text_;
38 return equal(text_.begin(), text_.end(), rhs.text_.begin());
51 for (UnicodeText::const_iterator it = text_.begin(); it != text_.end();
63 UnicodeText::const_iterator start_it = text_.begin();
66 unicode_text.append(text_.begin(), start_it);
67 unicode_text.append(src.text_);
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Dtxt.py19 self.text_ = self._LoadInputFile()
20 self.clique_ = self.uberclique.MakeClique(tclib.Message(text=self.text_))
24 return self.text_
H A Dadmin_template.py51 self.text_ = self._LoadInputFile().strip()
52 m = self._STRINGS_SECTION.match(self.text_)
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.cc97 text_.reset();
112 text_.reset(new WCHAR[folded_text_size]);
113 if (!text_.get()) {
119 ::FoldStringW(MAP_PRECOMPOSED, text, -1, text_.get(), folded_text_size);
122 text_.reset();
126 return text_.get();
139 text_.reset(new WCHAR[normalized_text_size_guess]);
140 if (!text_.get()) {
147 text_.get(),
152 return text_
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.cc15 : text_(text) {
27 stop_callback, text_);
H A Dscreen_capture_notification_ui_chromeos.h24 const string16 text_; member in class:chromeos::ScreenCaptureNotificationUIChromeOS
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string.h27 const string16& text() const { return text_; }
35 const string16 text_; member in class:app_list::TokenizedString
H A Dtokenized_string.cc17 : text_(text) {
24 BreakIterator break_iter(text_, BreakIterator::BREAK_WORD);
/external/jdiff/src/jdiff/
H A DSingleComment.java18 public String text_ = null; field in class:SingleComment
27 text_ = text;
H A DDiffOutput.java27 public String text_ = null; field in class:DiffOutput
36 text_ = text;
/external/chromium_org/chrome/renderer/autofill/
H A Dpage_click_tracker_browsertest.cc73 text_ = document.getElementById("text_1");
74 ASSERT_FALSE(text_.isNull());
78 text_.reset();
102 WebKit::WebElement text_; member in class:autofill::PageClickTrackerTest
112 EXPECT_TRUE(text_ == test_listener_.element_clicked_);
120 EXPECT_TRUE(text_ == test_listener_.element_clicked_);
130 EXPECT_NE(text_, text_.document().focusedNode());
132 EXPECT_EQ(text_, text_
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dtextfields_ui.h62 const std::wstring& text() const { return text_; }
63 void set_text(const std::wstring& text) { text_ = text; }
66 std::wstring text_; member in class:TextfieldsUI
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view_unittest.cc23 text_ = text;
32 std::string text_; member in class:chrome::CryptoModulePasswordDialogViewTest
46 EXPECT_EQ(kPassword, text_);
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc42 if (text_ == text)
47 if (text_.empty() && !text.empty()) {
50 text_ = text;
H A Dsearch_box_model.h45 const base::string16& text() const { return text_; }
54 base::string16 text_; member in class:app_list::SearchBoxModel
/external/chromium/chrome/browser/history/
H A Dsnippet.h56 const string16& text() const { return text_; }
64 string16 text_; member in class:Snippet
66 // The matches within text_.
/external/chromium_org/chrome/browser/history/
H A Dsnippet.h55 const string16& text() const { return text_; }
63 string16 text_; member in class:Snippet
65 // The matches within text_.
/external/chromium_org/net/dns/
H A Ddns_hosts.cc23 : text_(text),
36 switch (text_[pos_]) {
65 text_ = StringPiece();
73 pos_ = text_.find("\n", pos_);
88 pos_ = text_.find_first_of(" \t\n\r#", pos_);
92 pos_ = text_.find_first_not_of(" \t", pos_);
95 StringPiece text_; member in class:net::HostsParser
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfilter.js70 this.text_ = text.toLowerCase();
76 if (this.text_.length === 0)
80 return counter.name.toLowerCase().indexOf(this.text_) !== -1;
84 if (this.text_.length === 0)
88 return slice.title.toLowerCase().indexOf(this.text_) !== -1;
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.cc67 pp_text_run_.text = text_.pp_var();
75 : text_(text) {
76 pp_text_run_.text = text_.pp_var();
81 TextRun_Dev::TextRun_Dev(const TextRun_Dev& other) : text_(other.text_) {
82 pp_text_run_.text = text_.pp_var();
92 text_ = other.text_;
93 pp_text_run_.text = text_.pp_var();
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc22 text_(text),
36 badge_util::PaintBadge(canvas, bounds, text_, text_color_,
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Derror_dialog.js28 this.frame_.insertBefore(img, this.text_);

Completed in 389 milliseconds

123456