Searched refs:text_ (Results 26 - 50 of 130) sorted by relevance

123456

/external/chromium_org/net/dns/
H A Ddns_hosts.cc24 : text_(text),
37 switch (text_[pos_]) {
81 pos_ = text_.find("\n", pos_);
98 pos_ = text_.find_first_of(" \t\n\r#", pos_);
101 pos_ = text_.find_first_of(" ,\t\n\r#", pos_);
109 pos_ = text_.find_first_not_of(" \t", pos_);
112 pos_ = text_.find_first_not_of(" ,\t", pos_);
117 const StringPiece text_; member in class:net::__anon9193::HostsParser
/external/chromium_org/tools/grit/grit/gather/
H A Dadmin_template.py51 self.text_ = self._LoadInputFile().strip()
52 m = self._STRINGS_SECTION.match(self.text_)
H A Drc.py95 self.text_ = out.strip()
150 self._RegExpParse(self.dialog_re_, self.text_)
207 self._RegExpParse(self.menu_re_, self.text_)
267 self._RegExpParse(self.version_re_, self.text_)
311 self.text_ = out
343 self._RegExpParse(self.accelerators_re_, self.text_)
/external/jdiff/src/jdiff/
H A DDiffOutput.java27 public String text_ = null; field in class:DiffOutput
36 text_ = text;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Derror_dialog.js28 this.frame_.insertBefore(img, this.text_);
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc64 if (text_ == text)
69 if (text_.empty() && !text.empty()) {
72 text_ = text;
H A Dsearch_box_model.h69 const base::string16& text() const { return text_; }
79 base::string16 text_; member in class:app_list::SearchBoxModel
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings_item.js73 this.tracker_.add(this.text_, 'input', this.onTextInput_.bind(this));
127 get text_() {
149 this.selectedValue_ = this.text_.value || null;
177 optionMatches = (this.text_.value || '').match(this.query_);
209 this.capability_.type == 'SELECT' ? this.select_ : this.text_;
276 this.text_.value = this.selectedValue;
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.cc92 pp_text_run_.text = text_.pp_var();
100 : text_(text) {
101 pp_text_run_.text = text_.pp_var();
107 : text_(other.text_) {
108 pp_text_run_.text = text_.pp_var();
119 text_ = other.text_;
120 pp_text_run_.text = text_.pp_var();
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.h55 // form, text_ is not used and normalized_text_ just points to the source
56 // text. When the source text requres normalization, text_ contains normalized
61 scoped_array<WCHAR> text_; member in class:NormalizedUnicodeText
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.h31 void set_text(const base::string16& text) { text_ = text; }
54 base::string16 text_; member in class:TestToolbarModel
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo_mobile_ntp.h33 const std::string& text() const { return text_; }
60 std::string text_; member in class:NotificationPromoMobileNtp
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_test.cc76 text_.assign(text);
89 text_.clear();
H A Dspellcheck_provider_hunspell_unittest.cc42 EXPECT_TRUE(provider_.text_.empty());
49 EXPECT_TRUE(provider_.text_.empty());
57 EXPECT_EQ(ASCIIToUTF16("First "), provider_.text_);
65 EXPECT_EQ(ASCIIToUTF16("First Second\n"), provider_.text_);
73 EXPECT_EQ(ASCIIToUTF16("First Second\nThird "), provider_.text_);
81 EXPECT_TRUE(provider_.text_.empty());
90 EXPECT_EQ(ASCIIToUTF16("First Second\nThird Fourth."), provider_.text_);
H A Dspellcheck_provider_test.h50 base::string16 text_; member in class:TestingSpellCheckProvider
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc45 text_ = l10n_util::GetStringUTF16(IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT);
49 text_ = l10n_util::GetStringUTF16(IDS_ASH_EXIT_WARNING_POPUP_TEXT);
56 text_width_ = gfx::GetStringWidth(text_, font_list);
60 label->SetText(text_);
89 base::string16 text_; member in class:ash::__anon1850::ExitWarningWidgetDelegateView
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_unittest.cc36 virtual base::string16 GetText() const OVERRIDE { return text_; }
40 text_ = display_text;
46 text_ = text;
61 text_ = display_text;
65 const bool text_changed = text_ != display_text;
66 text_ = display_text;
96 base::string16 text_; member in class:__anon5112::TestingOmniboxView
H A Domnibox_navigation_observer.cc58 : text_(text),
81 shortcuts_backend_->AddOrUpdateShortcut(text_, match_);
146 web_contents(), text_, alternate_nav_match_, match_.destination_url); local
H A Dalternate_nav_infobar_delegate.h48 const base::string16 text_; member in class:AlternateNavInfoBarDelegate
/external/chromium_org/third_party/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/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_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc72 string text_; member in class:google::protobuf::compiler::cpp::__anon14790::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc72 string text_; member in class:google::protobuf::compiler::cpp::__anon28928::MockErrorCollector
77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
128 EXPECT_EQ("", error_collector.text_);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dscreen_capture_notification_ui_cocoa.h44 const base::string16 text_; member in class:ScreenCaptureNotificationUICocoa
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.h42 std::string text_; member in class:IconWithBadgeImageSource

Completed in 456 milliseconds

123456