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

/external/chromium/chrome/browser/ui/views/
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/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/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/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/chrome/browser/chromeos/login/
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/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/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc72 string text_; member in class:google::protobuf::compiler::cpp::__anon10048::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
H A Dcpp_unittest.cc83 string text_; member in class:google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
88 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
111 EXPECT_EQ("", error_collector.text_);
/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/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::__anon10057::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::__anon10073::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/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc160 string text_; member in class:google::protobuf::io::__anon10102::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);
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc681 error_collector.text_);
691 string text_; member in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
H A Ddescriptor_unittest.cc2228 string text_; member in class:google::protobuf::descriptor_unittest::MockErrorCollector
2249 &text_, "$0: $1: $2: $3\n",
2275 EXPECT_EQ(expected_errors, error_collector.text_);
3829 error_collector.text_);
3909 EXPECT_EQ("", error_collector.text_);
3918 error_collector.text_.clear();
3920 EXPECT_EQ("", error_collector.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/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/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/instant/
H A Dinstant_loader.cc72 text_(text),
80 void set_text(const string16& text) { text_ = text; }
97 string16 text_; member in class:InstantLoader::FrameLoadObserver
126 int text_length = static_cast<int>(text_.size());
128 text_, verbatim_, text_length, text_length);
/external/v8/src/
H A Ddebug.h652 Vector<uint16_t> text() const { return text_; }
658 Vector<uint16_t> text_; member in class:v8::internal::CommandMessage
H A Dparser.h294 BufferedZoneList<RegExpTree, 2> text_; member in class:v8::internal::RegExpBuilder
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 4806 milliseconds