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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 365 debugging_log_ << " InvokeEvent(" << std::left
439 debugging_log_ << " Window state now " << GetWindowStateString() << "\n";
441 debugging_log_ << "\n";
641 debugging_log_ << "(End of Debugging Log)\n";
642 std::string output_log = "\nDebugging Log:\n" + debugging_log_.str();
643 debugging_log_.str(std::string());
686 debugging_log_ << "\nSkipping metro snap test on non-Windows.\n";
695 debugging_log_ << "\nSkipping Lion Fullscreen test on non-OSX 10.7+.\n";
706 debugging_log_ << "\nSkipping reentrant test for transitory source state "
712 debugging_log_ << "\nSkipping test due to ShouldSkipStateAndEventPair(
    [all...]
fullscreen_controller_state_test.h 218 std::ostringstream debugging_log_; member in class:FullscreenControllerStateTest

Completed in 1105 milliseconds