Searched refs:Nesting (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dinterface.cc58 class Nesting { class in namespace:v8::internal
60 Nesting() { current_ += 2; } function in class:v8::internal::Nesting
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());
98 Nesting neste
[all...]
/external/chromium/base/
H A Dmessage_loop_unittest.cc1465 TEST(MessageLoopTest, Nesting) {

Completed in 60 milliseconds