Searched refs:text_ (Results 101 - 125 of 130) sorted by relevance

123456

/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h99 Var text_; // Manages memory for the reference in pp_text_run_. member in class:pp::BrowserFontTextRun
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.h174 const string text_; member in class:i18n::phonenumbers::PhoneNumberMatcher
/external/chromium_org/net/base/
H A Dsdch_manager.h188 const std::string& text() const { return text_; }
233 std::string text_; member in class:net::SdchManager::Dictionary
235 // Part of the hash of text_ that the client uses to advertise the fact that
239 // The GURL that arrived with the text_ in a URL request to specify where
H A Dsdch_manager.cc73 : text_(dictionary_text, offset),
/external/chromium_org/ui/gfx/
H A Drender_text.cc410 if (text_ == text)
412 text_ = text;
417 const size_t text_length = text_.length();
637 Range(0, text_.length()).Contains(composition_range));
1157 static_cast<size_t>(UTF16IndexToOffset(text_, 0, text_.length()));
1161 obscured_reveal_index_ < static_cast<int>(text_.length())) {
1162 // Gets the index range in |text_| to be revealed.
1164 U16_SET_CP_START(text_.data(), 0, start);
1167 U16_NEXT(text_
[all...]
H A Drender_text.h195 const base::string16& text() const { return text_; }
502 // Convert between indices into |text_| and indices into |obscured_text_|,
614 base::string16 text_; member in class:gfx::RenderText
627 // A list of fonts used to render |text_|.
H A Drender_text_win.cc351 text_(text),
367 const wchar_t first_char = text_[run->range.start()];
409 const bool skip_line = BreakRunAtWidth(text_, *run, *words_, current_char,
497 const wchar_t* text_; member in class:gfx::internal::LineBreaker
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.cc60 text_ = text;
64 text_.append(buf, len);
68 text_ += text;
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlelement.cc43 text_ = text;
47 text_.append(buf, len);
51 text_ += text;
/external/jdiff/src/jdiff/
H A DComments.java211 return singleComment.text_;
410 outputFile.println(" " + currComment.text_);
429 System.out.println("text = \"" + currComment.text_ + "\"");
/external/chromium_org/tools/grit/grit/gather/
H A Dskeleton_gatherer.py45 return self.text_
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc66 string text_; member in class:google::protobuf::compiler::__anon14813::MockErrorCollector
70 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
122 ASSERT_EQ("", error_collector_.text_);
150 EXPECT_EQ(expected_errors, error_collector_.text_);
165 ASSERT_EQ("", error_collector_.text_);
171 EXPECT_EQ(expected_errors, error_collector_.text_);
192 EXPECT_EQ("", error_collector_.text_);
202 EXPECT_EQ("", error_collector_.text_);
212 EXPECT_EQ("1:9: Expected syntax identifier.\n", error_collector_.text_);
1301 ASSERT_EQ("", error_collector_.text_);
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc182 base::string16 text_; member in class:StatusBubbleViews::StatusView
212 if (text != text_) {
213 text_ = text;
233 text_.clear();
418 gfx::GetStringWidth(text_, font_list),
428 canvas->DrawStringRect(text_, font_list, text_color, body_bounds);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aura.cc52 const std::string& text() const { return text_; }
54 text_ = text;
116 std::string text_; member in class:ui::__anon16617::ClipboardData
/external/chromium_org/v8/src/
H A Ddebug.h285 Vector<uint16_t> text() const { return text_; }
291 Vector<uint16_t> text_; member in class:v8::internal::CommandMessage
H A Dparser.cc43 text_.Add(atom, zone());
51 int num_text = text_.length();
55 terms_.Add(text_.last(), zone());
59 text_.Get(i)->AppendToText(text, zone());
62 text_.Clear();
88 text_.Add(term, zone());
153 text_.Add(new(zone()) RegExpAtom(prefix), zone());
159 } else if (text_.length() > 0) {
161 atom = text_.RemoveLast();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dsuggest_apps_dialog.js56 this.frame_.insertBefore(this.webviewContainer_, this.text_.nextSibling);
196 this.text_.hidden = true;
211 this.text_.hidden = false;
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider_unittest.cc220 const base::string16 text_; member in class:ClassifyTest
226 : text_(text),
235 ShortcutsProvider::CreateWordMapForString(find_text), text_, matches_);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc743 error_collector.text_);
772 string text_; member in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
776 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
H A Ddescriptor_unittest.cc2444 string text_; member in class:google::protobuf::descriptor_unittest::MockErrorCollector
2465 &text_, "$0: $1: $2: $3\n",
2491 EXPECT_EQ(expected_errors, error_collector.text_);
4279 error_collector.text_);
4292 error_collector.text_);
4396 EXPECT_EQ("", error_collector.text_);
4405 error_collector.text_.clear();
4407 EXPECT_EQ("", error_collector.text_);
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc87 string text_; member in class:google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
92 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
115 EXPECT_EQ("", error_collector.text_);
/external/protobuf/src/google/protobuf/compiler/cpp/
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/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 805 milliseconds

123456