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

  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 49 class MockInstallerState : public InstallerState {
51 MockInstallerState() : InstallerState() { }
77 MockInstallerState* installer_state) {
141 MockInstallerState installer_state;
221 MockInstallerState installer_state;
258 MockInstallerState installer_state;
341 MockInstallerState installer_state;
478 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file));
491 EXPECT_TRUE(MockInstallerState::IsFileInUse(temp_file));
495 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file))
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 143 class MockInstallerState : public InstallerState {
293 static MockInstallerState* BuildBasicInstallerState(
298 scoped_ptr<MockInstallerState> installer_state(new MockInstallerState());
315 MockInstallerState* installer_state) {
342 MockInstallerState* installer_state) {
364 MockInstallerState* installer_state) {
383 static MockInstallerState* BuildChromeInstallerState(
388 scoped_ptr<MockInstallerState> installer_state(
404 static MockInstallerState* BuildChromeFrameInstallerState
    [all...]

Completed in 689 milliseconds