HomeSort by relevance Sort by last modified time
    Searched refs:text_ (Results 1 - 25 of 42) sorted by null

1 2

  /external/protobuf/src/google/protobuf/stubs/
substitute.h 90 : 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_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {
133 const char* text_; member in class:google::protobuf::strings::internal::SubstituteArg
    [all...]
  /external/chromium/chrome/browser/ui/webui/
textfields_ui.h 62 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/jdiff/src/jdiff/
SingleComment.java 18 public String text_ = null; field in class:SingleComment
27 text_ = text;
DiffOutput.java 27 public String text_ = null; field in class:DiffOutput
36 text_ = text;
CommentsHandler.java 141 if (currComment.text_ == null)
142 currComment.text_ = currentText;
144 currComment.text_ += currentText;
  /external/chromium/chrome/browser/history/
snippet.h 56 const string16& text() const { return text_; }
64 string16 text_; member in class:Snippet
66 // The matches within text_.
snippet.cc 291 swap(text_, snippet);
295 text_.swap(other->text_);
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.h 32 virtual string16 GetAccessibleValue() { return text_; }
dropdown_button.cc 74 text_ = WideToUTF16Hack(text);
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 63 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);
message_bubble.h 88 views::Label* text_; member in class:chromeos::MessageBubble
user_view.cc 137 text_(text),
165 views::TextButton::SetText(text_);
193 text_ = text;
209 std::wstring text_; member in class:chromeos::RemoveButton
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.h 68 string16 text_; member in class:ThemeInstallBubbleView
theme_install_bubble_view.cc 36 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_,
status_bubble_views.cc 168 string16 text_; member in class:StatusBubbleViews::StatusView
187 text_ = text;
208 text_.clear();
432 views::Label::font().GetStringWidth(text_),
449 canvas->DrawStringInt(text_,
  /external/regex-re2/re2/
bitstate.cc 50 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/
cpp_bootstrap_unittest.cc 72 string text_; member in class:google::protobuf::compiler::cpp::__anon12844::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.h 88 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/regex-re2/re2/testing/
backtrack.cc 64 StringPiece text_; // text being searched member in class:re2::Backtracker
97 text_ = text;
152 CHECK(p <= text_.end());
153 int n = id*(text_.size()+1) + (p - text_.begin());
162 if (p < text_.end())
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 63 string text_; member in class:google::protobuf::compiler::__anon12853::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...]
parser_unittest.cc 63 string text_; member in class:google::protobuf::compiler::__anon12875::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_);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 81 const std::string& text() { return text_; }
109 std::string text_; member in class:Utterance
  /external/chromium/net/base/
sdch_manager.h 167 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/
autocomplete.h 264 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
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 160 string text_; member in class:google::protobuf::io::__anon12904::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 817 milliseconds

1 2