/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_interpreter.h | 49 const DictionaryValue* input_; member in class:JtlInterpreter
|
/external/chromium_org/tools/gn/ |
tokenizer.h | 58 bool CanIncrement() const { return cur_ < input_.size(); } 70 bool at_end() const { return cur_ == input_.size(); } 71 char cur_char() const { return input_[cur_]; } 78 const base::StringPiece input_; member in class:Tokenizer
|
/external/chromium/chrome/browser/ui/ |
input_window_dialog_gtk.cc | 40 GtkWidget* input_; member in class:InputWindowDialogGtk 71 input_ = gtk_entry_new(); 72 gtk_entry_set_text(GTK_ENTRY(input_), contents.c_str()); 73 g_signal_connect(input_, "changed", 75 g_object_set(G_OBJECT(input_), "activates-default", TRUE, NULL); 76 gtk_box_pack_start(GTK_BOX(hbox), input_, TRUE, TRUE, 0); local 115 std::wstring value(UTF8ToWide(gtk_entry_get_text(GTK_ENTRY(input_))));
|
/external/chromium_org/base/test/expectations/ |
parser.h | 117 std::string input_; member in class:test_expectations::Parser 119 // Current location in the |input_|. 122 // Pointer to the end of the |input_|. 128 // The character data extracted from |input_| as a result of the
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 291 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
|
parser_unittest.cc | 104 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_)); 117 parser_->Parse(input_.get(), &actual); 118 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 135 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 143 parser_->Parse(input_.get(), &file); 157 parser_->Parse(input_.get(), &file); 158 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 172 scoped_ptr<io::Tokenizer> input_; member in class:google::protobuf::compiler::__anon24545::ParserTest 185 EXPECT_TRUE(parser_->Parse(input_.get(), NULL)); 195 EXPECT_TRUE(parser_->Parse(input_.get(), NULL)) [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_controller.h | 129 const AutocompleteInput& input() const { return input_; } 203 AutocompleteInput input_; member in class:AutocompleteController
|
search_provider.h | 626 AutocompleteInput input_; member in class:SearchProvider
|
/external/chromium_org/chrome_frame/test/ |
html_util_unittests.cc | 322 std::string input_; member in struct:UserAgentTestCase 385 user_agent_test_cases[i].input_)); 403 EXPECT_EQ(user_agent_test_cases[i].input_, new_ua); 408 std::string ua(user_agent_test_cases[i].input_); 410 EXPECT_EQ(user_agent_test_cases[i].input_, new_ua);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 420 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
|
parser_unittest.cc | 107 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_)); 120 parser_->Parse(input_.get(), &actual); 121 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 141 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 149 parser_->Parse(input_.get(), &file); 163 parser_->Parse(input_.get(), &file); 164 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type); 178 scoped_ptr<io::Tokenizer> input_; member in class:google::protobuf::compiler::__anon13892::ParserTest 191 EXPECT_TRUE(parser_->Parse(input_.get(), NULL)); 201 EXPECT_TRUE(parser_->Parse(input_.get(), NULL)) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl.h | 242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream 345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
|
tokenizer.h | 238 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer 242 const char* buffer_; // Current buffer returned from input_.
|
coded_stream.h | 458 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream 461 int total_bytes_read_; // total bytes read from input_, including 516 // Back up input_ to the current buffer position. [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl.h | 242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream 345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
|
tokenizer.h | 184 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer 188 const char* buffer_; // Current buffer returned from input_.
|
coded_stream.h | 436 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream 439 int total_bytes_read_; // total bytes read from input_, including 489 // Back up input_ to the current buffer position. [all...] |
/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 58 // from |input_.text()| if the input contained whitespace. 284 AutocompleteInput input_; member in class:SearchProvider
|
autocomplete.h | 676 const AutocompleteInput& input() const { return input_; } 707 AutocompleteInput input_; member in class:AutocompleteController [all...] |
/external/libvpx/libvpx/test/ |
convolve_test.cc | 175 // Force input_ to be unaligned, output to be 16 byte aligned. 176 input_ = reinterpret_cast<uint8_t*>( 183 vpx_free(input_ - 1); 184 input_ = NULL; 225 input_[i] = prng.Rand8Extremes(); 229 memset(input_, value, kInputBufferSize); 240 return input_ + BorderTop() * kOuterBlockSize + BorderLeft(); 248 static uint8_t* input_; member in class:__anon21155::ConvolveTest 251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon21155::ConvolveTest
|
/external/v8/src/ |
unicode.h | 236 Input input_; member in class:unibrow::InputBuffer
|
deoptimizer.h | 218 static int input_offset() { return OFFSET_OF(Deoptimizer, input_); } 327 FrameDescription* input_; member in class:v8::internal::Deoptimizer
|
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 135 IoBuffer* input_; member in class:__anon2933::BaseSM 147 input_ = reinterpret_cast<IoBuffer*>(in_buffer_.get()); 183 if (!ReadFile(channel_, input_, kChannelSize, &read, 367 DCHECK(input_->msg.command == GET_PREV_ENTRY); 368 if (input_->msg.result != RESULT_OK) 371 if (!input_->msg.long_arg1) { 375 remote_entry_ = input_->msg.long_arg1; 386 DCHECK(input_->msg.command == GET_KEY); 387 if (input_->msg.result == RESULT_NAME_OVERFLOW) { 393 if (input_->msg.result != RESULT_OK [all...] |
/external/chromium_org/net/tools/dump_cache/ |
upgrade_win.cc | 139 IoBuffer* input_; member in class:__anon9543::BaseSM 151 input_ = reinterpret_cast<IoBuffer*>(in_buffer_.get()); 187 if (!ReadFile(channel_, input_, kChannelSize, &read, 361 DCHECK(input_->msg.command == GET_PREV_ENTRY); 362 if (input_->msg.result != RESULT_OK) 365 if (!input_->msg.long_arg1) { 369 remote_entry_ = input_->msg.long_arg1; 380 DCHECK(input_->msg.command == GET_KEY); 381 if (input_->msg.result == RESULT_NAME_OVERFLOW) { 387 if (input_->msg.result != RESULT_OK [all...] |
/external/chromium_org/v8/src/ |
deoptimizer.h | 246 static int input_offset() { return OFFSET_OF(Deoptimizer, input_); } 423 FrameDescription* input_; member in class:v8::internal::Deoptimizer
|