text_              65 ash/accelerators/exit_warning_handler.cc     text_ = l10n_util::GetStringUTF16(IDS_ASH_EXIT_WARNING_POPUP_TEXT);
text_              71 ash/accelerators/exit_warning_handler.cc     text_width_ = gfx::GetStringWidth(text_, font_list);
text_              75 ash/accelerators/exit_warning_handler.cc     label->SetText(text_);
text_             103 ash/accelerators/exit_warning_handler.cc   base::string16 text_;
text_             216 ash/shelf/shelf_tooltip_manager.cc     ShowImmediately(anchor_, text_);
text_             348 ash/shelf/shelf_tooltip_manager.cc   text_ = text;
text_             358 ash/shelf/shelf_tooltip_manager.cc   view_->SetText(text_);
text_             106 ash/shelf/shelf_tooltip_manager.h   base::string16 text_;
text_             198 ash/system/user/tray_user.cc   base::string16 text_;
text_             451 ash/system/user/tray_user.cc   text_ = l10n_util::GetStringFUTF16(IDS_ASH_STATUS_TRAY_PUBLIC_LABEL,
text_             473 ash/system/user/tray_user.cc   gfx::ElideRectangleText(text_, font_list, contents_area.width(),
text_             563 ash/system/user/tray_user.cc       gfx::GetStringWidth(text_, font_list) + space_width + link_size.width(),
text_             575 ash/system/user/tray_user.cc         gfx::ElideRectangleText(text_, font_list, width, INT_MAX,
text_             591 ash/system/user/tray_user.cc       text_, font_list, min_width, INT_MAX, gfx::TRUNCATE_LONG_WORDS, &lines);
text_              64 chrome/browser/autocomplete/autocomplete_input.cc   if ((base::TrimWhitespace(text, base::TRIM_LEADING, &text_) &
text_              66 chrome/browser/autocomplete/autocomplete_input.cc     AdjustCursorPositionIfNecessary(text.length() - text_.length(),
text_              70 chrome/browser/autocomplete/autocomplete_input.cc   type_ = Parse(text_, desired_tld, &parts_, &scheme_, &canonicalized_url);
text_              82 chrome/browser/autocomplete/autocomplete_input.cc   size_t chars_removed = RemoveForcedQueryStringIfNecessary(type_, &text_);
text_              87 chrome/browser/autocomplete/autocomplete_input.cc     if ((base::TrimWhitespace(text_, base::TRIM_LEADING, &trimmed_text) &
text_              89 chrome/browser/autocomplete/autocomplete_input.cc       AdjustCursorPositionIfNecessary(text_.length() - trimmed_text.length(),
text_              91 chrome/browser/autocomplete/autocomplete_input.cc       text_ = trimmed_text;
text_             524 chrome/browser/autocomplete/autocomplete_input.cc   text_ = text;
text_             530 chrome/browser/autocomplete/autocomplete_input.cc   text_.clear();
text_             191 chrome/browser/autocomplete/autocomplete_input.h   const base::string16& text() const { return text_; }
text_             251 chrome/browser/autocomplete/autocomplete_input.h   base::string16 text_;
text_             206 chrome/browser/autocomplete/shortcuts_provider_unittest.cc   const base::string16 text_;
text_             212 chrome/browser/autocomplete/shortcuts_provider_unittest.cc     : text_(text),
text_             221 chrome/browser/autocomplete/shortcuts_provider_unittest.cc       ShortcutsProvider::CreateWordMapForString(find_text), text_, matches_);
text_              16 chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc     : text_(text) {
text_              28 chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc       stop_callback, text_);
text_              25 chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h   const base::string16 text_;
text_              89 chrome/browser/first_run/first_run_browsertest.cc     ASSERT_TRUE(text_.get());
text_              92 chrome/browser/first_run/first_run_browsertest.cc     EXPECT_TRUE(base::WriteFile(prefs_file_, text_->c_str(), text_->size()));
text_             113 chrome/browser/first_run/first_run_browsertest.cc     text_.reset(new std::string(text));
text_             118 chrome/browser/first_run/first_run_browsertest.cc   scoped_ptr<std::string> text_;
text_             291 chrome/browser/history/snippet.cc   swap(text_, snippet);
text_             295 chrome/browser/history/snippet.cc   text_.swap(other->text_);
text_              55 chrome/browser/history/snippet.h   const base::string16& text() const { return text_; }
text_              63 chrome/browser/history/snippet.h   base::string16 text_;
text_             118 chrome/browser/speech/tts_controller.h   void set_text(const std::string& text) { text_ = text; }
text_             119 chrome/browser/speech/tts_controller.h   const std::string& text() const { return text_; }
text_             209 chrome/browser/speech/tts_controller.h   std::string text_;
text_             105 chrome/browser/spellchecker/feedback.cc     text_[misspelling.GetMisspelledString()].erase(misspelling.hash);
text_             122 chrome/browser/spellchecker/feedback.cc     text_[existing_misspelling.GetMisspelledString()].erase(misspelling.hash);
text_             134 chrome/browser/spellchecker/feedback.cc   text_[misspelling.GetMisspelledString()].insert(misspelling.hash);
text_             175 chrome/browser/spellchecker/feedback.cc   text_.clear();
text_             181 chrome/browser/spellchecker/feedback.cc   const TextHashesMap::const_iterator text_it = text_.find(misspelled_text);
text_             182 chrome/browser/spellchecker/feedback.cc   return text_it == text_.end() ? empty_hash_collection_ : text_it->second;
text_             105 chrome/browser/spellchecker/feedback.h   TextHashesMap text_;
text_              70 chrome/browser/spellchecker/spelling_service_client_unittest.cc     EXPECT_EQ(text_, text);
text_             110 chrome/browser/spellchecker/spelling_service_client_unittest.cc   std::string text_;
text_              17 chrome/browser/ui/app_list/search/tokenized_string.cc     : text_(text) {
text_              24 chrome/browser/ui/app_list/search/tokenized_string.cc   BreakIterator break_iter(text_,  BreakIterator::BREAK_WORD);
text_              27 chrome/browser/ui/app_list/search/tokenized_string.h   const base::string16& text() const { return text_; }
text_              35 chrome/browser/ui/app_list/search/tokenized_string.h   const base::string16 text_;
text_              44 chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h   const base::string16 text_;
text_              39 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   const std::string text_;
text_              54 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc     : text_(base::UTF16ToUTF8(text)),
text_              72 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   gtk_window_set_title(window, text_.c_str());
text_             133 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   gtk_label_set_text(GTK_LABEL(message), text_.c_str());
text_              45 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc       text_(text),
text_              74 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc     shortcuts_backend->AddOrUpdateShortcut(text_, match_);
text_              42 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h   const base::string16 text_;
text_              35 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc   virtual base::string16 GetText() const OVERRIDE { return text_; }
text_              39 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc     text_ = display_text;
text_              45 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc     text_ = text;
text_              60 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc     text_ = display_text;
text_              64 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc     const bool text_changed = text_ != display_text;
text_              65 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc     text_ = display_text;
text_              95 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc   base::string16 text_;
text_              58 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc     : text_(text),
text_              81 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc     shortcuts_backend_->AddOrUpdateShortcut(text_, match_);
text_             147 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc         web_contents(), text_, alternate_nav_match_, match_.destination_url);
text_              95 chrome/browser/ui/omnibox/omnibox_navigation_observer.h   const base::string16 text_;
text_              20 chrome/browser/ui/toolbar/test_toolbar_model.cc   return text_;
text_              24 chrome/browser/ui/toolbar/test_toolbar_model.cc   return text_;
text_              31 chrome/browser/ui/toolbar/test_toolbar_model.h   void set_text(const base::string16& text) { text_ = text; }
text_              54 chrome/browser/ui/toolbar/test_toolbar_model.h   base::string16 text_;
text_             266 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       *tooltip = text_;
text_              23 chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc     text_ = text;
text_              32 chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc   std::string text_;
text_              46 chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc   EXPECT_EQ(kPassword, text_);
text_             114 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   const base::string16 text_;
text_             127 chrome/browser/ui/views/screen_capture_notification_ui_views.cc     : text_(text),
text_             169 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   label_->SetText(text_);
text_             296 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   return text_;
text_             193 chrome/browser/ui/views/status_bubble_views.cc   base::string16 text_;
text_             225 chrome/browser/ui/views/status_bubble_views.cc     if (text != text_) {
text_             226 chrome/browser/ui/views/status_bubble_views.cc       text_ = text;
text_             246 chrome/browser/ui/views/status_bubble_views.cc   text_.clear();
text_             456 chrome/browser/ui/views/status_bubble_views.cc       gfx::GetStringWidth(text_, font_list),
text_             466 chrome/browser/ui/views/status_bubble_views.cc   canvas->DrawStringRect(text_, font_list, text_color, body_bounds);
text_              12 chrome/browser/ui/website_settings/mock_permission_bubble_request.cc   text_ = base::ASCIIToUTF16("test");
text_              20 chrome/browser/ui/website_settings/mock_permission_bubble_request.cc   text_ = base::UTF8ToUTF16(text);
text_              29 chrome/browser/ui/website_settings/mock_permission_bubble_request.cc   text_ = base::UTF8ToUTF16(text);
text_              41 chrome/browser/ui/website_settings/mock_permission_bubble_request.cc   return text_;
text_              45 chrome/browser/ui/website_settings/mock_permission_bubble_request.cc   return text_;
text_              41 chrome/browser/ui/website_settings/mock_permission_bubble_request.h   base::string16 text_;
text_              47 chrome/browser/web_resource/notification_promo_mobile_ntp.cc       !payload_->GetString("promo_message_short", &text_) ||
text_              33 chrome/browser/web_resource/notification_promo_mobile_ntp.h   const std::string& text() const { return text_; }
text_              60 chrome/browser/web_resource/notification_promo_mobile_ntp.h   std::string text_;
text_              23 chrome/common/icon_with_badge_image_source.cc           text_(text),
text_              37 chrome/common/icon_with_badge_image_source.cc   badge_util::PaintBadge(canvas, bounds, text_, text_color_,
text_              42 chrome/common/icon_with_badge_image_source.h   std::string text_;
text_              72 chrome/renderer/autofill/page_click_tracker_browsertest.cc     text_ = document.getElementById("text_1");
text_              74 chrome/renderer/autofill/page_click_tracker_browsertest.cc     ASSERT_FALSE(text_.isNull());
text_              79 chrome/renderer/autofill/page_click_tracker_browsertest.cc     text_.reset();
text_             104 chrome/renderer/autofill/page_click_tracker_browsertest.cc   blink::WebElement text_;
text_             115 chrome/renderer/autofill/page_click_tracker_browsertest.cc   EXPECT_TRUE(text_ == test_listener_.form_control_element_clicked_);
text_             122 chrome/renderer/autofill/page_click_tracker_browsertest.cc   EXPECT_TRUE(text_ == test_listener_.form_control_element_clicked_);
text_             154 chrome/renderer/autofill/page_click_tracker_browsertest.cc   EXPECT_NE(text_, text_.document().focusedElement());
text_             156 chrome/renderer/autofill/page_click_tracker_browsertest.cc   EXPECT_EQ(text_, text_.document().focusedElement());
text_              76 chrome/renderer/spellchecker/spellcheck.cc       : text_(text), completion_(completion) {
text_              81 chrome/renderer/spellchecker/spellcheck.cc   base::string16 text() { return text_; }
text_              85 chrome/renderer/spellchecker/spellcheck.cc   base::string16 text_;  // Text to be checked in this task.
text_              42 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_TRUE(provider_.text_.empty());
text_              49 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_TRUE(provider_.text_.empty());
text_              57 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_EQ(ASCIIToUTF16("First "), provider_.text_);
text_              65 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_EQ(ASCIIToUTF16("First Second\n"), provider_.text_);
text_              73 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_EQ(ASCIIToUTF16("First Second\nThird "), provider_.text_);
text_              81 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_TRUE(provider_.text_.empty());
text_              90 chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc   EXPECT_EQ(ASCIIToUTF16("First Second\nThird   Fourth."), provider_.text_);
text_              76 chrome/renderer/spellchecker/spellcheck_provider_test.cc   text_.assign(text);
text_              89 chrome/renderer/spellchecker/spellcheck_provider_test.cc   text_.clear();
text_              50 chrome/renderer/spellchecker/spellcheck_provider_test.h   base::string16 text_;
text_             301 chrome/renderer/spellchecker/spellcheck_worditerator.cc     : text_(NULL),
text_             358 chrome/renderer/spellchecker/spellcheck_worditerator.cc   text_ = text;
text_             366 chrome/renderer/spellchecker/spellcheck_worditerator.cc   DCHECK(!!text_ && length_ > 0);
text_             372 chrome/renderer/spellchecker/spellcheck_worditerator.cc   if (!text_ || position_ == UBRK_DONE)
text_             418 chrome/renderer/spellchecker/spellcheck_worditerator.cc   icu::UnicodeString input(FALSE, &text_[input_start], input_length);
text_             157 chrome/renderer/spellchecker/spellcheck_worditerator.h   const base::char16* text_;
text_              16 chromeos/ime/composition_text.cc   text_ = obj.text();
text_              35 chromeos/ime/composition_text.h   const base::string16& text() const { return text_; }
text_              36 chromeos/ime/composition_text.h   void set_text(const base::string16& text) { text_ = text; }
text_              59 chromeos/ime/composition_text.h   base::string16 text_;
text_              68 content/child/browser_font_resource_trusted.cc     text_ = base::UTF8ToUTF16(text_string->value());
text_              73 content/child/browser_font_resource_trusted.cc       override_run_ = WebTextRun(text_, PP_ToBool(run.rtl), true);
text_              77 content/child/browser_font_resource_trusted.cc       ubidi_setPara(bidi_, text_.data(), text_.size(), run.rtl, NULL, &uerror);
text_              88 content/child/browser_font_resource_trusted.cc   const base::string16& text() const { return text_; }
text_              97 content/child/browser_font_resource_trusted.cc       return WebTextRun(base::string16(&text_[*run_start], *run_len),
text_             104 content/child/browser_font_resource_trusted.cc     *run_len = static_cast<int32_t>(text_.size());
text_             113 content/child/browser_font_resource_trusted.cc   base::string16 text_;
text_              31 media/base/text_cue.h   const std::string& text() const { return text_; }
text_              41 media/base/text_cue.h   std::string text_;
text_              66 mojo/public/cpp/bindings/tests/request_response_unittest.cc   explicit MessagePipeWriter(const char* text) : text_(text) {
text_              69 mojo/public/cpp/bindings/tests/request_response_unittest.cc     WriteTextMessage(handle.get(), text_);
text_              72 mojo/public/cpp/bindings/tests/request_response_unittest.cc   std::string text_;
text_              43 net/base/sdch_manager.cc     : text_(dictionary_text, offset),
text_             168 net/base/sdch_manager.h     const std::string& text() const { return text_; }
text_             213 net/base/sdch_manager.h     std::string text_;
text_              23 net/dns/dns_hosts.cc       : text_(text),
text_              36 net/dns/dns_hosts.cc       switch (text_[pos_]) {
text_              65 net/dns/dns_hosts.cc     text_ = StringPiece();
text_              73 net/dns/dns_hosts.cc     pos_ = text_.find("\n", pos_);
text_              88 net/dns/dns_hosts.cc     pos_ = text_.find_first_of(" \t\n\r#", pos_);
text_              92 net/dns/dns_hosts.cc     pos_ = text_.find_first_not_of(" \t", pos_);
text_              95 net/dns/dns_hosts.cc   StringPiece text_;
text_              67 ppapi/cpp/dev/font_dev.cc   pp_text_run_.text = text_.pp_var();
text_              75 ppapi/cpp/dev/font_dev.cc     : text_(text) {
text_              76 ppapi/cpp/dev/font_dev.cc   pp_text_run_.text = text_.pp_var();
text_              81 ppapi/cpp/dev/font_dev.cc TextRun_Dev::TextRun_Dev(const TextRun_Dev& other) : text_(other.text_) {
text_              82 ppapi/cpp/dev/font_dev.cc   pp_text_run_.text = text_.pp_var();
text_              92 ppapi/cpp/dev/font_dev.cc   text_ = other.text_;
text_              93 ppapi/cpp/dev/font_dev.cc   pp_text_run_.text = text_.pp_var();
text_              93 ppapi/cpp/dev/font_dev.h   Var text_;  // Manages memory for the reference in pp_text_run_.
text_              92 ppapi/cpp/trusted/browser_font_trusted.cc   pp_text_run_.text = text_.pp_var();
text_             100 ppapi/cpp/trusted/browser_font_trusted.cc     : text_(text) {
text_             101 ppapi/cpp/trusted/browser_font_trusted.cc   pp_text_run_.text = text_.pp_var();
text_             107 ppapi/cpp/trusted/browser_font_trusted.cc     : text_(other.text_) {
text_             108 ppapi/cpp/trusted/browser_font_trusted.cc   pp_text_run_.text = text_.pp_var();
text_             119 ppapi/cpp/trusted/browser_font_trusted.cc   text_ = other.text_;
text_             120 ppapi/cpp/trusted/browser_font_trusted.cc   pp_text_run_.text = text_.pp_var();
text_              99 ppapi/cpp/trusted/browser_font_trusted.h   Var text_;  // Manages memory for the reference in pp_text_run_.
text_              97 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc     text_.reset();
text_             112 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc     text_.reset(new WCHAR[folded_text_size]);
text_             113 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc     if (!text_.get()) {
text_             119 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc         ::FoldStringW(MAP_PRECOMPOSED, text, -1, text_.get(), folded_text_size);
text_             122 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc       text_.reset();
text_             126 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc     return text_.get();
text_             139 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc     text_.reset(new WCHAR[normalized_text_size_guess]);
text_             140 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc     if (!text_.get()) {
text_             147 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc                                           text_.get(),
text_             152 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc       return text_.get();
text_             170 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc   text_.reset();
text_              61 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.h   scoped_array<WCHAR> text_;
text_              72 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc   string text_;
text_              77 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
text_             128 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc   EXPECT_EQ("", error_collector.text_);
text_              87 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   string text_;
text_              92 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
text_             115 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   EXPECT_EQ("", error_collector.text_);
text_              63 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   string text_;
text_              68 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
text_             111 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   string error() const { return error_collector_.text_; }
text_             125 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_EQ("", error_collector_.text_);
text_             154 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_EQ("", error_collector_.text_);
text_             177 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc     error_collector_.text_);
text_             190 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc     error_collector_.text_);
text_             210 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc     error_collector_.text_);
text_             227 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   ASSERT_TRUE(file != NULL) << error_collector_.text_;
text_             228 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_EQ("", error_collector_.text_);
text_              66 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   string text_;
text_              70 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
text_             122 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     ASSERT_EQ("", error_collector_.text_);
text_             150 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     EXPECT_EQ(expected_errors, error_collector_.text_);
text_             165 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     ASSERT_EQ("", error_collector_.text_);
text_             171 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     EXPECT_EQ(expected_errors, error_collector_.text_);
text_             192 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_EQ("", error_collector_.text_);
text_             202 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_EQ("", error_collector_.text_);
text_             212 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_EQ("1:9: Expected syntax identifier.\n", error_collector_.text_);
text_            1301 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   ASSERT_EQ("", error_collector_.text_);
text_            1348 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   ASSERT_EQ("", error_collector_.text_);
text_            2444 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   string text_;
text_            2465 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc       &text_, "$0: $1: $2: $3\n",
text_            2491 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     EXPECT_EQ(expected_errors, error_collector.text_);
text_            4279 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     error_collector.text_);
text_            4292 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     error_collector.text_);
text_            4396 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("", error_collector.text_);
text_            4405 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   error_collector.text_.clear();
text_            4407 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("", error_collector.text_);
text_             161 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   string text_;
text_             165 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
text_             288 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   EXPECT_TRUE(error_collector.text_.empty());
text_             318 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   EXPECT_TRUE(error_collector.text_.empty());
text_             477 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   EXPECT_TRUE(error_collector.text_.empty());
text_             511 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   EXPECT_TRUE(error_collector.text_.empty());
text_             971 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   EXPECT_EQ(kErrorCases_case.errors, error_collector.text_);
text_              90 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(value), size_(strlen(text_)) {}
text_              92 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(value.data()), size_(value.size()) {}
text_              96 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(NULL), size_(-1) {}
text_             105 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(scratch_), size_(1) { scratch_[0] = value; }
text_             107 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             109 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             111 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             113 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             115 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             117 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             119 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             121 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             123 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             125 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(DoubleToBuffer(value, scratch_)), size_(strlen(text_)) {}
text_             127 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(value ? "true" : "false"), size_(strlen(text_)) {}
text_             129 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline const char* data() const { return text_; }
text_             133 third_party/protobuf/src/google/protobuf/stubs/substitute.h   const char* text_;
text_             743 third_party/protobuf/src/google/protobuf/text_format_unittest.cc               error_collector.text_);
text_             772 third_party/protobuf/src/google/protobuf/text_format_unittest.cc     string text_;
text_             776 third_party/protobuf/src/google/protobuf/text_format_unittest.cc       strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
text_              50 third_party/re2/re2/bitstate.cc   StringPiece text_;        // text being searched
text_              97 third_party/re2/re2/bitstate.cc   uint n = id * (text_.size() + 1) + (p - text_.begin());
text_             144 third_party/re2/re2/bitstate.cc   const char* end = text_.end();
text_             256 third_party/re2/re2/bitstate.cc         if (endmatch_ && p != text_.end())
text_             281 third_party/re2/re2/bitstate.cc         if (p == text_.end())
text_             297 third_party/re2/re2/bitstate.cc   text_ = text;
text_              64 third_party/re2/re2/testing/backtrack.cc   StringPiece text_;        // text being searched
text_              97 third_party/re2/re2/testing/backtrack.cc   text_ = text;
text_             152 third_party/re2/re2/testing/backtrack.cc   CHECK(p <= text_.end());
text_             153 third_party/re2/re2/testing/backtrack.cc   int n = id*(text_.size()+1) + (p - text_.begin());
text_             162 third_party/re2/re2/testing/backtrack.cc   if (p < text_.end())
text_              64 ui/app_list/search_box_model.cc   if (text_ == text)
text_              69 ui/app_list/search_box_model.cc   if (text_.empty() && !text.empty()) {
text_              72 ui/app_list/search_box_model.cc   text_ = text;
text_              69 ui/app_list/search_box_model.h   const base::string16& text() const { return text_; }
text_              79 ui/app_list/search_box_model.h   base::string16 text_;
text_              52 ui/base/clipboard/clipboard_aura.cc   const std::string& text() const { return text_; }
text_              54 ui/base/clipboard/clipboard_aura.cc     text_ = text;
text_             116 ui/base/clipboard/clipboard_aura.cc   std::string text_;
text_             404 ui/gfx/render_text.cc   if (text_ == text)
text_             406 ui/gfx/render_text.cc   text_ = text;
text_             409 ui/gfx/render_text.cc   const size_t text_length = text_.length();
text_             621 ui/gfx/render_text.cc         Range(0, text_.length()).Contains(composition_range));
text_            1123 ui/gfx/render_text.cc         static_cast<size_t>(gfx::UTF16IndexToOffset(text_, 0, text_.length()));
text_            1127 ui/gfx/render_text.cc         obscured_reveal_index_ < static_cast<int>(text_.length())) {
text_            1130 ui/gfx/render_text.cc       U16_SET_CP_START(text_.data(), 0, start);
text_            1133 ui/gfx/render_text.cc       U16_NEXT(text_.data(), end, text_.length(), unused_char);
text_            1137 ui/gfx/render_text.cc           static_cast<size_t>(gfx::UTF16IndexToOffset(text_, 0, start));
text_            1139 ui/gfx/render_text.cc         layout_text_.replace(cp_start, 1, text_.substr(start, end - start));
text_            1142 ui/gfx/render_text.cc     layout_text_ = text_;
text_             192 ui/gfx/render_text.h   const base::string16& text() const { return text_; }
text_             597 ui/gfx/render_text.h   base::string16 text_;
text_             330 ui/gfx/render_text_win.cc         text_(text),
text_             346 ui/gfx/render_text_win.cc       const wchar_t first_char = text_[run->range.start()];
text_             388 ui/gfx/render_text_win.cc       const bool skip_line = BreakRunAtWidth(text_, *run, *words_, current_char,
text_             475 ui/gfx/render_text_win.cc   const wchar_t* text_;
text_              44 ui/gfx/text_elider.cc     : text_(text),
text_              56 ui/gfx/text_elider.cc            text_.substr(FindValidBoundaryBefore(text_.length() - length));
text_              59 ui/gfx/text_elider.cc     return text_.substr(0, FindValidBoundaryBefore(length)) + ellipsis_text;
text_              64 ui/gfx/text_elider.cc   const size_t suffix_start_guess = text_.length() - half_length;
text_              68 ui/gfx/text_elider.cc   return text_.substr(0, prefix_length) + ellipsis_text +
text_              69 ui/gfx/text_elider.cc          text_.substr(suffix_start, suffix_length);
text_              73 ui/gfx/text_elider.cc   DCHECK_LE(index, text_.length());
text_              74 ui/gfx/text_elider.cc   if (index != text_.length())
text_              75 ui/gfx/text_elider.cc     U16_SET_CP_START(text_.data(), 0, index);
text_              80 ui/gfx/text_elider.cc   DCHECK_LE(index, text_.length());
text_              81 ui/gfx/text_elider.cc   if (index != text_.length())
text_              82 ui/gfx/text_elider.cc     U16_SET_CP_LIMIT(text_.data(), 0, index, text_.length());
text_              53 ui/gfx/text_elider.h   const base::string16& text_;
text_             230 ui/views/controls/button/text_button.cc   if (text == text_)
text_             232 ui/views/controls/button/text_button.cc   text_ = text;
text_             359 ui/views/controls/button/text_button.cc   gfx::Canvas::SizeStringInt(text_, font_list_, &w, &h, 0, flags);
text_             472 ui/views/controls/button/text_button.cc       canvas->DrawStringRectWithHalo(text_, font_list_,
text_             476 ui/views/controls/button/text_button.cc       canvas->DrawStringRectWithFlags(text_, font_list_, text_color,
text_             604 ui/views/controls/button/text_button.cc   if (icon_.width() > 0 && !text_.empty())
text_             641 ui/views/controls/button/text_button.cc     int spacing = text_.empty() ? 0 : icon_text_spacing_;
text_             653 ui/views/controls/button/text_button.cc         DCHECK(text_.empty());
text_             697 ui/views/controls/button/text_button.cc     extra_width = icon.width() + (text_.empty() ? 0 : icon_text_spacing_);
text_             112 ui/views/controls/button/text_button.h   const base::string16& text() const { return text_; }
text_             228 ui/views/controls/button/text_button.h   base::string16 text_;
text_             315 ui/views/controls/button/text_button.h     DCHECK((icon_placement != ICON_CENTERED) || text_.empty());
text_              65 ui/views/controls/label.cc   if (text != text_)
text_              70 ui/views/controls/label.cc   text_ = text;
text_              74 ui/views/controls/label.cc         static_cast<size_t>(gfx::UTF16IndexToOffset(text_, 0, text_.length()));
text_              77 ui/views/controls/label.cc     layout_text_ = text_;
text_             160 ui/views/controls/label.cc     SetTextInternal(text_);
text_              70 ui/views/controls/label.h   const base::string16& text() const { return text_; }
text_             253 ui/views/controls/label.h   base::string16 text_;
text_             100 ui/views/controls/styled_label.cc   base::TrimWhitespace(text, base::TRIM_TRAILING, &text_);
text_             106 ui/views/controls/styled_label.cc   text_ = text;
text_             121 ui/views/controls/styled_label.cc   DCHECK(gfx::Range(0, text_.size()).Contains(range));
text_             187 ui/views/controls/styled_label.cc   if (width <= 0 || text_.empty())
text_             197 ui/views/controls/styled_label.cc   base::string16 remaining_string = text_;
text_             214 ui/views/controls/styled_label.cc     const size_t position = text_.size() - remaining_string.size();
text_             120 ui/views/controls/styled_label.h   base::string16 text_;
text_              90 ui/views/controls/textfield/textfield_unittest.cc   void set_text(const base::string16& text) { text_ = text; }
text_              91 ui/views/controls/textfield/textfield_unittest.cc   const base::string16& text() const { return text_; }
text_              94 ui/views/controls/textfield/textfield_unittest.cc   base::string16 text_;
text_              87 ui/views/examples/text_example.cc     : text_(ASCIIToUTF16(kShortText)),
text_              99 ui/views/examples/text_example.cc       canvas->DrawFadeTruncatingStringRect(text_, fade_mode_, font_list_,
text_             102 ui/views/examples/text_example.cc       canvas->DrawStringRectWithHalo(text_, font_list_, SK_ColorDKGRAY,
text_             105 ui/views/examples/text_example.cc       canvas->DrawStringRectWithFlags(text_, font_list_, SK_ColorDKGRAY, bounds,
text_             113 ui/views/examples/text_example.cc   const base::string16& text() const { return text_; }
text_             114 ui/views/examples/text_example.cc   void set_text(const base::string16& text) { text_ = text; }
text_             137 ui/views/examples/text_example.cc   base::string16 text_;