Searched refs:text_ (Results 76 - 100 of 130) sorted by relevance

123456

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.h95 const base::string16 text_; member in class:OmniboxNavigationObserver
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dmock_permission_bubble_request.h46 base::string16 text_; member in class:MockPermissionBubbleRequest
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo_mobile_ntp.cc47 !payload_->GetString("promo_message_short", &text_) ||
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h104 // iterator.SetText(text.c_str(), text_.length());
163 const base::char16* text_; member in class:SpellcheckWordIterator
H A Dspellcheck.cc101 : 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/pdf/
H A Dprogress_control.h65 std::string text_; member in class:chrome_pdf::ProgressControl
H A Dprogress_control.cc53 text_ = text;
68 CalculateLayout(owner()->GetInstance(), images_, background_, text_,
197 font.DrawTextAt(&ctrl_background_, pp::TextRun_Dev(text_), text_origin,
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc365 text_(text),
379 text_(text),
427 EncodingUtils::BackUpOneUTF8Character(text_.c_str(),
428 text_.c_str() + offset);
438 if (lastCharIndex < text_.length()) {
442 text_.c_str() + lastCharIndex - 1);
591 text_.substr(offset + candidate.size())));
639 reg_exps_->regexp_factory_for_pattern_->CreateInput(text_.substr(index)));
643 int start = text_.length() - text->ToString().length() - candidate.length();
/external/chromium_org/tools/grit/grit/gather/
H A Dmuppet_strings.py124 self.text_ = text.strip()
127 stream = StringIO.StringIO(self.text_)
H A Dpolicy_json.py234 self.text_ = self._LoadInputFile()
236 print self.text_
238 self.data = eval(self.text_)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddefault_action_dialog.js29 this.frame_.insertBefore(this.list_, this.text_.nextSibling);
115 this.text_.setAttribute('hidden', 'hidden');
117 this.text_.removeAttribute('hidden');
/external/chromium_org/ui/views/controls/
H A Dlabel.h41 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
H A Dstyled_label.h68 // 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
H A Dlabel.cc63 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/ash/shelf/
H A Dshelf_tooltip_manager.h106 base::string16 text_; member in class:ash::ShelfTooltipManager
H A Dshelf_tooltip_manager.cc214 ShowImmediately(anchor_, text_);
346 text_ = text;
356 view_->SetText(text_);
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc114 const base::string16 text_; member in class:__anon5330::ScreenCaptureNotificationUIViews
127 : text_(text),
169 label_->SetText(text_);
292 return text_;
/external/chromium_org/ui/gfx/
H A Dtext_elider.h39 // Cuts |text_| to be |length| characters long. If |elide_in_middle_| is true,
52 const base::string16& text_; member in class:gfx::StringSlicer
/external/chromium_org/chrome/browser/speech/
H A Dtts_controller.h148 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/
H A Dtokenizer_unittest.cc161 string text_; member in class:google::protobuf::io::__anon14844::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());
971 EXPECT_EQ(kErrorCases_case.errors, error_collector.text_);
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc160 string text_; member in class:google::protobuf::io::__anon28990::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/
H A Duser_card_view.cc145 base::string16 text_; member in class:ash::tray::__anon2010::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/spellchecker/
H A Dspelling_service_client_unittest.cc44 text_(text) {
70 EXPECT_EQ(text_, text);
110 std::string text_; member in class:__anon4719::TestSpellingURLFetcher
/external/chromium_org/components/query_parser/
H A Dsnippet.cc294 swap(text_, snippet);
298 text_.swap(other->text_);
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h93 Var text_; // Manages memory for the reference in pp_text_run_. member in class:pp::TextRun_Dev

Completed in 475 milliseconds

123456