current_ 62 base/debug/trace_event_win_unittest.cc EXPECT_TRUE(current_ == NULL); current_ 63 base/debug/trace_event_win_unittest.cc current_ = this; current_ 67 base/debug/trace_event_win_unittest.cc EXPECT_TRUE(current_ == this); current_ 68 base/debug/trace_event_win_unittest.cc current_ = NULL; current_ 77 base/debug/trace_event_win_unittest.cc ASSERT_TRUE(current_ != NULL); current_ 78 base/debug/trace_event_win_unittest.cc current_->Event(event->Header.Guid, current_ 85 base/debug/trace_event_win_unittest.cc static TestEventConsumer* current_; current_ 88 base/debug/trace_event_win_unittest.cc TestEventConsumer* TestEventConsumer::current_ = NULL; current_ 40 base/event_recorder.h if (!current_) current_ 41 base/event_recorder.h current_ = new EventRecorder(); current_ 42 base/event_recorder.h return current_; current_ 92 base/event_recorder.h static EventRecorder* current_; // Our singleton. current_ 12 base/event_recorder_stubs.cc EventRecorder* EventRecorder::current_; // Our singleton. current_ 23 base/event_recorder_win.cc EventRecorder* EventRecorder::current_ = NULL; current_ 54 base/test/expectations/parser.cc current_ = Expectation(); current_ 98 base/test/expectations/parser.cc if (current_.configuration != CONFIGURATION_UNSPECIFIED) current_ 101 base/test/expectations/parser.cc current_.configuration = config; current_ 105 base/test/expectations/parser.cc current_.platforms.push_back(platform); current_ 129 base/test/expectations/parser.cc current_.test_name = extracted_string_.as_string(); current_ 146 base/test/expectations/parser.cc if (!ResultFromString(extracted_string_, ¤t_.result)) current_ 154 base/test/expectations/parser.cc delegate_->EmitExpectation(current_); current_ 134 base/test/expectations/parser.h Expectation current_; current_ 33 chrome/browser/chromeos/preferences_unittest.cc const std::string current_input_method_on_pref = current_->GetValue(); current_ 37 chrome/browser/chromeos/preferences_unittest.cc current_->SetValue(input_method_id); current_ 44 chrome/browser/chromeos/preferences_unittest.cc StringPrefMember* current_; current_ 42 chrome/browser/ui/crypto_module_password_dialog_nss.cc size_t current_; current_ 56 chrome/browser/ui/crypto_module_password_dialog_nss.cc : current_(0), current_ 69 chrome/browser/ui/crypto_module_password_dialog_nss.cc for (; current_ < modules_.size(); ++current_) { current_ 70 chrome/browser/ui/crypto_module_password_dialog_nss.cc if (ShouldShowDialog(modules_[current_].get())) { current_ 72 chrome/browser/ui/crypto_module_password_dialog_nss.cc modules_[current_]->GetTokenName(), current_ 91 chrome/browser/ui/crypto_module_password_dialog_nss.cc ++current_; current_ 97 chrome/browser/ui/crypto_module_password_dialog_nss.cc SECStatus rv = PK11_CheckUserPassword(modules_[current_]->os_module_handle(), current_ 111 chrome/browser/ui/crypto_module_password_dialog_nss.cc ++current_; current_ 116 chrome/browser/ui/crypto_module_password_dialog_nss.cc DCHECK_EQ(current_, modules_.size()); current_ 190 content/browser/indexed_db/leveldb/leveldb_transaction.cc current_(0), current_ 201 content/browser/indexed_db/leveldb/leveldb_transaction.cc return !!current_; current_ 230 content/browser/indexed_db/leveldb/leveldb_transaction.cc LevelDBIterator* non_current = (current_ == db_iterator_.get()) current_ 247 content/browser/indexed_db/leveldb/leveldb_transaction.cc current_->Next(); current_ 260 content/browser/indexed_db/leveldb/leveldb_transaction.cc LevelDBIterator* non_current = (current_ == db_iterator_.get()) current_ 281 content/browser/indexed_db/leveldb/leveldb_transaction.cc current_->Prev(); current_ 290 content/browser/indexed_db/leveldb/leveldb_transaction.cc return current_->Key(); current_ 297 content/browser/indexed_db/leveldb/leveldb_transaction.cc return current_->Value(); current_ 309 content/browser/indexed_db/leveldb/leveldb_transaction.cc if (data_iterator_->IsValid() && data_iterator_.get() == current_) { current_ 387 content/browser/indexed_db/leveldb/leveldb_transaction.cc current_ = smallest; current_ 402 content/browser/indexed_db/leveldb/leveldb_transaction.cc current_ = largest; current_ 113 content/browser/indexed_db/leveldb/leveldb_transaction.h LevelDBIterator* current_; current_ 130 courgette/streams.cc if (current_ + count > end_) current_ 132 courgette/streams.cc memcpy(destination, current_, count); current_ 133 courgette/streams.cc current_ += count; current_ 138 courgette/streams.cc const uint8* after = Varint::Parse32WithLimit(current_, end_, output_value); current_ 141 courgette/streams.cc current_ = after; current_ 166 courgette/streams.cc substream->Init(current_ + offset, length); current_ 173 courgette/streams.cc current_ += length; current_ 178 courgette/streams.cc if (current_ + byte_count > end_) current_ 180 courgette/streams.cc current_ += byte_count; current_ 38 courgette/streams.h SourceStream() : start_(NULL), end_(NULL), current_(NULL) {} current_ 46 courgette/streams.h current_ = start_; current_ 65 courgette/streams.h size_t Remaining() const { return end_ - current_; } current_ 70 courgette/streams.h const uint8* Buffer() const { return current_; } current_ 71 courgette/streams.h bool Empty() const { return current_ == end_; } current_ 108 courgette/streams.h const uint8* current_; // Points into buffer at current read location. current_ 16 net/websockets/websocket_extension_parser.cc current_ = data; current_ 23 net/websockets/websocket_extension_parser.cc has_error_ = has_error_ || (current_ != end_); current_ 30 net/websockets/websocket_extension_parser.cc if (current_ == end_ || c != current_[0]) { current_ 34 net/websockets/websocket_extension_parser.cc ++current_; current_ 79 net/websockets/websocket_extension_parser.cc const char* head = current_; current_ 80 net/websockets/websocket_extension_parser.cc while (current_ < end_ && current_ 81 net/websockets/websocket_extension_parser.cc !IsControl(current_[0]) && !IsSeparator(current_[0])) current_ 82 net/websockets/websocket_extension_parser.cc ++current_; current_ 83 net/websockets/websocket_extension_parser.cc if (current_ == head) { current_ 87 net/websockets/websocket_extension_parser.cc *token = base::StringPiece(head, current_ - head); current_ 95 net/websockets/websocket_extension_parser.cc while (current_ < end_ && !IsControl(current_[0])) { current_ 96 net/websockets/websocket_extension_parser.cc if (UnconsumedBytes() >= 2 && current_[0] == '\\') { current_ 97 net/websockets/websocket_extension_parser.cc char next = current_[1]; current_ 100 net/websockets/websocket_extension_parser.cc current_ += 2; current_ 101 net/websockets/websocket_extension_parser.cc } else if (IsSeparator(current_[0])) { current_ 104 net/websockets/websocket_extension_parser.cc *token += current_[0]; current_ 105 net/websockets/websocket_extension_parser.cc ++current_; current_ 109 net/websockets/websocket_extension_parser.cc if (current_ < end_ && current_[0] == '"') current_ 110 net/websockets/websocket_extension_parser.cc ++current_; current_ 118 net/websockets/websocket_extension_parser.cc while (current_ < end_ && (current_[0] == ' ' || current_[0] == '\t')) current_ 119 net/websockets/websocket_extension_parser.cc ++current_; current_ 125 net/websockets/websocket_extension_parser.cc const char* head = current_; current_ 129 net/websockets/websocket_extension_parser.cc current_ = head; current_ 136 net/websockets/websocket_extension_parser.cc const char* head = current_; current_ 140 net/websockets/websocket_extension_parser.cc current_ = head; current_ 44 net/websockets/websocket_extension_parser.h size_t UnconsumedBytes() const { return end_ - current_; } current_ 49 net/websockets/websocket_extension_parser.h const char* current_; current_ 26 net/websockets/websocket_test_util.cc : current_(seed) {} current_ 29 net/websockets/websocket_test_util.cc uint64 result = current_; current_ 30 net/websockets/websocket_test_util.cc current_ = (current_ * kA + kC) % kM; current_ 35 net/websockets/websocket_test_util.h uint64 current_; current_ 176 sandbox/win/src/handle_table.cc : table_(table), current_(start), end_(end) { current_ 180 sandbox/win/src/handle_table.cc : table_(it.table_), current_(it.current_.handle_entry_), end_(it.end_) { current_ 101 sandbox/win/src/handle_table.h if (++(current_.handle_entry_) == end_) current_ 102 sandbox/win/src/handle_table.h current_.handle_entry_ = table_.end(); current_ 107 sandbox/win/src/handle_table.h return current_ == rhs.current_; current_ 111 sandbox/win/src/handle_table.h return current_ != rhs.current_; current_ 114 sandbox/win/src/handle_table.h HandleEntry& operator*() { return current_; } current_ 117 sandbox/win/src/handle_table.h return current_.handle_entry_; current_ 120 sandbox/win/src/handle_table.h HandleEntry* operator->() { return ¤t_; } current_ 124 sandbox/win/src/handle_table.h HandleEntry current_; current_ 973 third_party/jsoncpp/overrides/include/json/value.h Value::ObjectValues::iterator current_; current_ 96 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp current_(), current_ 111 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp current_(), current_ 163 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp current_ = begin_; current_ 237 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp lastValueEnd_ = current_; current_ 277 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp token.start_ = current_; current_ 343 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp token.end_ = current_; current_ 351 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp while ( current_ != end_ ) current_ 353 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp Char c = *current_; current_ 355 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp ++current_; current_ 366 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( end_ - current_ < patternLength ) current_ 370 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( current_[index] != pattern[index] ) current_ 372 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp current_ += patternLength; current_ 380 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp Location commentBegin = current_ - 1; current_ 395 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( c != '*' || !containsNewLine( commentBegin, current_ ) ) current_ 399 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp addComment( commentBegin, current_, placement ); current_ 428 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp while ( current_ != end_ ) current_ 431 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( c == '*' && *current_ == '/' ) current_ 441 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp while ( current_ != end_ ) current_ 454 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp while ( current_ != end_ ) current_ 456 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( !(*current_ >= '0' && *current_ <= '9') && current_ 457 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp !in( *current_, '.', 'e', 'E', '+', '-' ) ) current_ 459 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp ++current_; current_ 467 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp while ( current_ != end_ ) current_ 543 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( *current_ == ']' ) // empty array current_ 839 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp if ( current_ == end_ ) current_ 841 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp return *current_++; current_ 200 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.line = 0; current_ 201 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.column = 0; current_ 202 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.end_column = 0; current_ 203 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_START; current_ 288 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_START; // Just for the sake of initializing it. current_ 289 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.text.clear(); current_ 290 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.line = line_; current_ 291 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.column = column_; current_ 292 third_party/protobuf/src/google/protobuf/io/tokenizer.cc RecordTo(¤t_.text); current_ 297 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.end_column = column_; current_ 535 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_SYMBOL; current_ 536 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.text = "/"; current_ 537 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.line = line_; current_ 538 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.column = column_ - 1; current_ 539 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.end_column = column_; current_ 552 third_party/protobuf/src/google/protobuf/io/tokenizer.cc previous_ = current_; current_ 592 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_IDENTIFIER; current_ 594 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = ConsumeNumber(true, false); current_ 602 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.line == previous_.line && current_ 603 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.column == previous_.end_column) { current_ 608 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = ConsumeNumber(false, true); current_ 610 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_SYMBOL; current_ 613 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = ConsumeNumber(false, false); current_ 616 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_STRING; current_ 619 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_STRING; current_ 622 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_SYMBOL; current_ 631 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_END; current_ 632 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.text.clear(); current_ 633 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.line = line_; current_ 634 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.column = column_; current_ 635 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.end_column = column_; current_ 748 third_party/protobuf/src/google/protobuf/io/tokenizer.cc if (current_.type == TYPE_START) { current_ 814 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.text == "}" || current_ 815 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.text == "]" || current_ 816 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.text == ")") { current_ 235 third_party/protobuf/src/google/protobuf/io/tokenizer.h Token current_; // Returned by current(). current_ 368 third_party/protobuf/src/google/protobuf/io/tokenizer.h return current_; current_ 394 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp current_.push_back(&it->second); current_ 396 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp current_.pop_back(); current_ 417 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp gc_roots_.push_back(current_); current_ 422 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp gc_roots_.push_back(current_); current_ 426 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp RootPath current_; current_ 438 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp : options_(options), current_(0), stack_allocated_host_(false) {} current_ 452 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp current_ = &it->second; current_ 453 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp current_->edge()->Accept(this); current_ 468 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp invalid_fields_.push_back(std::make_pair(current_, edge)); current_ 477 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp invalid_fields_.push_back(std::make_pair(current_, edge)); current_ 488 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp invalid_fields_.push_back(std::make_pair(current_, Parent())); current_ 497 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp invalid_fields_.push_back(std::make_pair(current_, Parent())); current_ 502 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp FieldPoint* current_; current_ 231 webkit/browser/fileapi/obfuscated_file_util.cc current_ = record; current_ 237 webkit/browser/fileapi/obfuscated_file_util.cc if (current_.path.empty()) current_ 244 webkit/browser/fileapi/obfuscated_file_util.cc base_file_path_.Append(current_.path).AppendASCII(type_string); current_ 250 webkit/browser/fileapi/obfuscated_file_util.cc OriginRecord current_;