HomeSort by relevance Sort by last modified time
    Searched refs:Nesting (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
interface.cc 57 // Current nesting depth for debug output.
58 class Nesting {
60 Nesting() { current_ += 2; }
61 ~Nesting() { current_ -= 2; }
67 int Nesting::current_ = 0;
78 PrintF("%*s# Adding...\n", Nesting::current(), "");
79 PrintF("%*sthis = ", Nesting::current(), "");
80 this->Print(Nesting::current());
81 PrintF("%*s%s : ", Nesting::current(), "",
83 interface->Print(Nesting::current())
    [all...]
  /external/chromium/base/
message_loop_unittest.cc     [all...]

Completed in 67 milliseconds