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

  /external/chromium_org/content/shell/
shell_browser_main.cc 149 content::WebKitTestController test_controller; local
155 test_controller.SetTempPath(temp_path);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 485 testing::NiceMock<TestAutofillPopupController>* test_controller = local
488 EXPECT_CALL(*test_controller, Hide());
493 test_controller->GetWeakPtr(),
504 // Hide the test_controller to delete it.
505 test_controller->DoHide();

Completed in 872 milliseconds