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

12

/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/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;
H A DCommentsHandler.java141 if (currComment.text_ == null)
142 currComment.text_ = currentText;
144 currComment.text_ += currentText;
/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/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_.
H A Dsnippet.cc291 swap(text_, snippet);
295 text_.swap(other->text_);
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc63 text_ = new views::Label(text);
64 text_->SetMultiLine(true);
65 text_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
66 text_->SizeToFit(kMaxLabelWidth);
67 layout->AddView(text_);
118 bubble->text_->parent(), delegate);
135 bubble->text_->parent(), delegate);
H A Dmessage_bubble.h88 views::Label* text_; member in class:chromeos::MessageBubble
H A Duser_view.cc137 text_(text),
165 views::TextButton::SetText(text_);
193 text_ = text;
209 std::wstring text_; member in class:chromeos::RemoveButton
/external/chromium/chrome/browser/chromeos/views/
H A Ddropdown_button.h32 virtual string16 GetAccessibleValue() { return text_; }
H A Ddropdown_button.cc74 text_ = WideToUTF16Hack(text);
/external/regex-re2/re2/
H A Dbitstate.cc50 StringPiece text_; // text being searched member in class:re2::BitState
97 uint n = id * (text_.size() + 1) + (p - text_.begin());
144 const char* end = text_.end();
169 // << (p - text_.begin()) << " " << arg;
256 if (endmatch_ && p != text_.end())
281 if (p == text_.end())
297 text_ = text;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc72 string text_; member in class:google::protobuf::compiler::cpp::__anon8705::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
/external/chromium/chrome/browser/ui/views/
H A Dtheme_install_bubble_view.cc36 text_ = l10n_util::GetStringUTF16(IDS_THEME_LOADING_TITLE);
92 return gfx::Size(views::Label::font().GetStringWidth(text_) +
133 int text_width = views::Label::font().GetStringWidth(text_);
138 canvas->DrawStringInt(text_,
H A Dtheme_install_bubble_view.h68 string16 text_; member in class:ThemeInstallBubbleView
H A Dstatus_bubble_views.cc168 string16 text_; member in class:StatusBubbleViews::StatusView
187 text_ = text;
208 text_.clear();
432 views::Label::font().GetStringWidth(text_),
449 canvas->DrawStringInt(text_,
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h88 text_(text) {
92 text_(t.text_) {
96 text_(cstr, len) {
100 const std::string & Text() const { return text_; }
111 std::string text_; member in class:buzz::XmlText
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc63 string text_; member in class:google::protobuf::compiler::__anon8714::MockErrorCollector
68 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
111 string error() const { return error_collector_.text_; }
125 EXPECT_EQ("", error_collector_.text_);
154 EXPECT_EQ("", error_collector_.text_);
177 error_collector_.text_);
190 error_collector_.text_);
210 error_collector_.text_);
227 ASSERT_TRUE(file != NULL) << error_collector_.text_;
228 EXPECT_EQ("", error_collector_.text_);
[all...]
H A Dparser_unittest.cc63 string text_; member in class:google::protobuf::compiler::__anon8730::MockErrorCollector
67 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
119 ASSERT_EQ("", error_collector_.text_);
144 EXPECT_EQ(expected_errors, error_collector_.text_);
159 ASSERT_EQ("", error_collector_.text_);
165 EXPECT_EQ(expected_errors, error_collector_.text_);
186 EXPECT_EQ("", error_collector_.text_);
196 EXPECT_EQ("", error_collector_.text_);
206 EXPECT_EQ("1:9: Expected syntax identifier.\n", error_collector_.text_);
1221 ASSERT_EQ("", error_collector_.text_);
[all...]
/external/chromium-trace/src/shared/js/cr/ui/
H A Ddialogs.js63 this.text_ = doc.createElement('div');
64 this.text_.className = 'cr-dialog-text';
65 this.frame_.appendChild(this.text_);
138 this.text_.innerHTML = message;
160 this.text_.textContent = message;
265 this.frame_.insertBefore(this.input_, this.text_.nextSibling);
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api.h81 const std::string& text() { return text_; }
109 std::string text_; member in class:Utterance
/external/chromium/net/base/
H A Dsdch_manager.h167 const std::string& text() const { return text_; }
212 std::string text_; member in class:net::SdchManager::Dictionary
214 // Part of the hash of text_ that the client uses to advertise the fact that
218 // The GURL that arrived with the text_ in a URL request to specify where
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h264 const string16& text() const { return text_; }
267 // besides |text_|. Only callers who know that they're not changing the
269 void set_text(const string16& text) { text_ = text; }
325 string16 text_; member in class:AutocompleteInput
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc160 string text_; member in class:google::protobuf::io::__anon8759::TestErrorCollector
164 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
282 EXPECT_TRUE(error_collector.text_.empty());
312 EXPECT_TRUE(error_collector.text_.empty());
453 EXPECT_TRUE(error_collector.text_.empty());
487 EXPECT_TRUE(error_collector.text_.empty());
714 EXPECT_EQ(error_collector.text_, kErrorCases_case.errors);

Completed in 2215 milliseconds

12