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 50 class MockInstallerState : public InstallerState {
52 MockInstallerState() : InstallerState() { }
78 MockInstallerState* installer_state) {
142 MockInstallerState installer_state;
222 MockInstallerState installer_state;
259 MockInstallerState installer_state;
342 MockInstallerState installer_state;
479 EXPECT_FALSE(MockInstallerState::IsFileInUse(temp_file));
492 EXPECT_TRUE(MockInstallerState::IsFileInUse(temp_file));
496 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 4740 milliseconds