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

1 2

  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.h 68 string16 text_; member in class:ThemeInstallBubbleView
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/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;
  /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_.
  /external/chromium/chrome/browser/chromeos/login/
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/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/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 72 string text_; member in class:google::protobuf::compiler::cpp::__anon10265::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
cpp_unittest.cc 83 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_);
    [all...]
  /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/
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/chromium/chrome/browser/extensions/
extension_tts_api.h 81 const std::string& text() { return text_; }
109 std::string text_; member in class:Utterance
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 63 string text_; member in class:google::protobuf::compiler::__anon10274::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::__anon10290::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/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 160 string text_; member in class:google::protobuf::io::__anon10319::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/
text_format_unittest.cc 681 error_collector.text_);
691 string text_; member in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
    [all...]
descriptor_unittest.cc 2228 string text_; member in class:google::protobuf::descriptor_unittest::MockErrorCollector
    [all...]
  /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/chromium/chrome/browser/instant/
instant_loader.cc 72 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);
    [all...]
  /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
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 834 const void* text_ = text ? env->GetStringChars(text, NULL) : NULL; local
872 const jchar* text_ = env->GetStringChars(text, NULL); local
    [all...]
  /external/v8/src/
debug.h 652 Vector<uint16_t> text() const { return text_; }
658 Vector<uint16_t> text_; member in class:v8::internal::CommandMessage
    [all...]
parser.h 294 BufferedZoneList<RegExpTree, 2> text_; member in class:v8::internal::RegExpBuilder

Completed in 472 milliseconds

1 2