line_             571 base/logging.cc       log_message_handler(severity_, file_, line_,
line_             775 base/logging.h   const int line_;
line_             115 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.cc       line_(line),
line_              78 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h   int line() const { return line_; }
line_              86 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h   int line_;
line_            1002 third_party/cld/base/logging.h     int line_;                    // line number of file that called LOG
line_             131 third_party/libjingle/overrides/talk/base/logging.cc       line_(line),
line_             145 third_party/libjingle/overrides/talk/base/logging.cc       line_(line),
line_             155 third_party/libjingle/overrides/talk/base/logging.cc     LOG_LAZY_STREAM_DIRECT(file_name_, line_, severity_) << str;
line_             115 third_party/libjingle/overrides/talk/base/logging.h   const int line_;
line_             193 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     line_(0),
line_             223 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     ++line_;
line_             290 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   current_.line = line_;
line_             478 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   int start_line = line_;
line_             537 third_party/protobuf/src/google/protobuf/io/tokenizer.cc       current_.line = line_;
line_             605 third_party/protobuf/src/google/protobuf/io/tokenizer.cc             error_collector_->AddError(line_, column_ - 2,
line_             633 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   current_.line = line_;
line_             248 third_party/protobuf/src/google/protobuf/io/tokenizer.h   int line_;
line_             288 third_party/protobuf/src/google/protobuf/io/tokenizer.h     error_collector_->AddError(line_, column_, message);
line_             190 third_party/protobuf/src/google/protobuf/stubs/common.cc     log_handler_(level_, filename_, line_, message_);
line_             195 third_party/protobuf/src/google/protobuf/stubs/common.cc     throw FatalException(filename_, line_, message_);
line_             682 third_party/protobuf/src/google/protobuf/stubs/common.h   int line_;
line_            1215 third_party/protobuf/src/google/protobuf/stubs/common.h       : filename_(filename), line_(line), message_(message) {}
line_            1221 third_party/protobuf/src/google/protobuf/stubs/common.h   int line() const { return line_; }
line_            1226 third_party/protobuf/src/google/protobuf/stubs/common.h   const int line_;
line_             102 ui/gfx/render_text_mac.cc   line_.reset();
line_             109 ui/gfx/render_text_mac.cc   if (line_.get())
line_             138 ui/gfx/render_text_mac.cc   line_.reset(CTLineCreateWithAttributedString(attr_text_mutable));
line_             144 ui/gfx/render_text_mac.cc   double width = CTLineGetTypographicBounds(line_, &ascent, &descent, &leading);
line_             159 ui/gfx/render_text_mac.cc   DCHECK(line_);
line_             250 ui/gfx/render_text_mac.cc   DCHECK(line_);
line_             252 ui/gfx/render_text_mac.cc   CFArrayRef ct_runs = CTLineGetGlyphRuns(line_);
line_              78 ui/gfx/render_text_mac.h   base::ScopedCFTypeRef<CTLineRef> line_;