HomeSort by relevance Sort by last modified time
    Searched refs:text_ (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 66 string text_; member in class:google::protobuf::compiler::__anon18688::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_);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 183 base::string16 text_; member in class:StatusBubbleViews::StatusView
213 if (text != text_) {
214 text_ = text;
234 text_.clear();
444 gfx::GetStringWidth(text_, font_list),
454 canvas->DrawStringRect(text_, font_list, text_color, body_bounds);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 70 this.text_ = '';
314 var oldLength = this.text_.length;
317 this.text_, result);
318 this.text_ = result;
355 this.text_ = '';
  /external/chromium_org/ui/base/clipboard/
clipboard_aura.cc 52 const std::string& text() const { return text_; }
54 text_ = text;
116 std::string text_; member in class:ui::__anon20497::ClipboardData
  /external/chromium_org/ui/gfx/
render_text.h 197 const base::string16& text() const { return text_; }
497 // Convert between indices into |text_| and indices into |obscured_text_|,
596 base::string16 text_; member in class:gfx::RenderText
609 // A list of fonts used to render |text_|.
render_text_win.cc 350 text_(text),
366 const wchar_t first_char = text_[run->range.start()];
408 const bool skip_line = BreakRunAtWidth(text_, *run, *words_, current_char,
495 const wchar_t* text_; member in class:gfx::internal::LineBreaker
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 56 this.frame_.insertBefore(this.webviewContainer_, this.text_.nextSibling);
196 this.text_.hidden = true;
211 this.text_.hidden = false;
  /external/chromium_org/v8/src/
debug.h 290 Vector<uint16_t> text() const { return text_; }
296 Vector<uint16_t> text_; member in class:v8::internal::CommandMessage
parser.cc 42 text_.Add(atom, zone());
50 int num_text = text_.length();
54 terms_.Add(text_.last(), zone());
58 text_.Get(i)->AppendToText(text, zone());
61 text_.Clear();
87 text_.Add(term, zone());
152 text_.Add(new(zone()) RegExpAtom(prefix), zone());
158 } else if (text_.length() > 0) {
160 atom = text_.RemoveLast();
    [all...]
parser.h 238 BufferedZoneList<RegExpTree, 2> text_; member in class:v8::internal::RegExpBuilder
debug.cc     [all...]
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 225 return self.text_[self.current:]
231 chunk_text = self.text_[self.chunk_start : self.last_nontranslateable + 1]
243 self.text_[self.chunk_start : self.last_translateable + 1])
290 '''Parses self.text_ into an intermediate format stored in self.chunks_
306 self.text_ = text
341 while self.current < len(self.text_):
342 _DebugPrint('REST: %s' % self.text_[self.current:self.current+60])
401 self.AddChunk(False, self.text_[
426 self.AddChunk(True, self.text_[self.chunk_start : ])
428 self.AddChunk(False, self.text_[self.chunk_start : ]
    [all...]
  /ndk/sources/android/support/tests/minitest/
minitest.h 225 internal::String text_; member in class:minitest::TestCase
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider_unittest.cc 217 const base::string16 text_; member in class:ClassifyTest
223 : text_(text),
232 ShortcutsProvider::CreateWordMapForString(find_text), text_, matches_);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format_unittest.cc 743 error_collector.text_);
772 string text_; member in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
776 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
    [all...]
descriptor_unittest.cc 2444 string text_; member in class:google::protobuf::descriptor_unittest::MockErrorCollector
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 681 error_collector.text_);
691 string text_; member in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
    [all...]
descriptor_unittest.cc 2228 string text_; member in class:google::protobuf::descriptor_unittest::MockErrorCollector
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 87 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_);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 83 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_);
    [all...]
  /external/chromium_org/net/base/
sdch_manager.cc 47 : text_(dictionary_text, offset),
  /external/guava/guava/lib/
jdiff.jar 
  /external/jdiff/src/jdiff/
Diff.java 414 diffFile.println(diffOutput.text_);
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 2644 milliseconds

1 2 3 45 6