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 364 debugging_log_ << " InvokeEvent(" << std::left
435 debugging_log_ << " Window state now " << GetWindowStateString() << "\n";
437 debugging_log_ << "\n";
637 debugging_log_ << "(End of Debugging Log)\n";
638 std::string output_log = "\nDebugging Log:\n" + debugging_log_.str();
639 debugging_log_.str(std::string());
682 debugging_log_ << "\nSkipping metro snap test on non-Windows.\n";
691 debugging_log_ << "\nSkipping Lion Fullscreen test on non-OSX 10.7+.\n";
702 debugging_log_ << "\nSkipping reentrant test for transitory source state "
708 debugging_log_ << "\nSkipping test due to ShouldSkipStateAndEventPair(
    [all...]
fullscreen_controller_state_test.h 218 std::ostringstream debugging_log_; member in class:FullscreenControllerStateTest

Completed in 29 milliseconds