HomeSort by relevance Sort by last modified time
    Searched refs:text_ (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /external/chromium_org/tools/grit/grit/gather/
igoogle_strings.py 115 self.text_ = self._LoadInputFile().strip()
117 stream = StringIO.StringIO(self.text_)
muppet_strings.py 124 self.text_ = text.strip()
127 stream = StringIO.StringIO(self.text_)
  /external/chromium_org/ui/views/controls/
label.h 41 const base::string16& text() const { return text_; }
155 // Sets both |text_| and |layout_text_| to appropriate values, taking
184 base::string16 text_; member in class:views::Label
styled_label.h 68 // Marks the given range within |text_| with style defined by |style_info|.
69 // |range| must be contained in |text_|.
125 base::string16 text_; member in class:views::StyledLabel
143 // A mapping from a view to the range it corresponds to in |text_|. Only views
label.cc 63 if (text != text_)
68 text_ = text;
72 static_cast<size_t>(gfx::UTF16IndexToOffset(text_, 0, text_.length()));
75 layout_text_ = text_;
160 SetTextInternal(text_);
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 114 const base::string16 text_; member in class:__anon9955::ScreenCaptureNotificationUIViews
127 : text_(text),
169 label_->SetText(text_);
292 return text_;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 174 const string text_; member in class:i18n::phonenumbers::PhoneNumberMatcher
  /external/chromium_org/ui/gfx/
text_elider.h 39 // Cuts |text_| to be |length| characters long. If |elide_in_middle_| is true,
52 const base::string16& text_; member in class:gfx::StringSlicer
render_text.cc 410 if (text_ == text)
412 text_ = text;
417 const size_t text_length = text_.length();
637 Range(0, text_.length()).Contains(composition_range));
    [all...]
  /external/chromium_org/chrome/browser/speech/
tts_controller.h 148 void set_text(const std::string& text) { text_ = text; }
149 const std::string& text() const { return text_; }
239 std::string text_; member in class:Utterance
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 161 string text_; member in class:google::protobuf::io::__anon19462::TestErrorCollector
165 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
288 EXPECT_TRUE(error_collector.text_.empty());
318 EXPECT_TRUE(error_collector.text_.empty());
477 EXPECT_TRUE(error_collector.text_.empty());
511 EXPECT_TRUE(error_collector.text_.empty());
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 160 string text_; member in class:google::protobuf::io::__anon33594::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/chromium_org/ash/system/user/
user_card_view.cc 145 base::string16 text_; member in class:ash::tray::__anon6635::PublicAccountUserDetails
178 text_ = l10n_util::GetStringFUTF16(
200 gfx::ElideRectangleText(text_,
290 gfx::GetStringWidth(text_, font_list) + space_width + link_size.width(),
301 const bool too_narrow = gfx::ElideRectangleText(text_,
321 text_, font_list, min_width, INT_MAX, gfx::TRUNCATE_LONG_WORDS, &lines);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 24 this.text_ = '';
180 this.text_ = text;
193 return this.text_;
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc 214 ShowImmediately(anchor_, text_);
346 text_ = text;
356 view_->SetText(text_);
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 44 text_(text) {
70 EXPECT_EQ(text_, text);
110 std::string text_; member in class:__anon9344::TestSpellingURLFetcher
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 101 : text_(text), completion_(completion) {
106 base::string16 text() { return text_; }
110 base::string16 text_; // Text to be checked in this task. member in class:SpellCheck::SpellcheckRequest
  /external/chromium_org/components/query_parser/
snippet.cc 294 swap(text_, snippet);
298 text_.swap(other->text_);
  /external/chromium_org/pdf/
progress_control.cc 53 text_ = text;
68 CalculateLayout(owner()->GetInstance(), images_, background_, text_,
197 font.DrawTextAt(&ctrl_background_, pp::TextRun_Dev(text_), text_origin,
  /external/chromium_org/ppapi/cpp/dev/
font_dev.h 93 Var text_; // Manages memory for the reference in pp_text_run_. member in class:pp::TextRun_Dev
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 99 Var text_; // Manages memory for the reference in pp_text_run_. member in class:pp::BrowserFontTextRun
  /external/chromium_org/net/base/
sdch_manager.h 188 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
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 60 text_ = text;
64 text_.append(buf, len);
68 text_ += text;
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlelement.cc 43 text_ = text;
47 text_.append(buf, len);
51 text_ += text;
  /external/jdiff/src/jdiff/
Comments.java 211 return singleComment.text_;
410 outputFile.println(" " + currComment.text_);
429 System.out.println("text = \"" + currComment.text_ + "\"");

Completed in 836 milliseconds

1 2 34 5 6