OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
477
EXPECT_FALSE(
MockInstallerState
::IsFileInUse(temp_file));
490
EXPECT_TRUE(
MockInstallerState
::IsFileInUse(temp_file));
494
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 408 milliseconds