OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installer
(Results
126 - 150
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_browsertest.cc
127
scoped_refptr<extensions::CrxInstaller>
installer
=
local
130
installer
->InstallCrx(test_data_dir_.AppendASCII(kTestAppCrxName));
/external/chromium_org/chrome/installer/util/
shell_util_unittest.cc
5
#include "chrome/
installer
/util/shell_util.h"
22
#include "chrome/
installer
/util/browser_distribution.h"
23
#include "chrome/
installer
/util/product.h"
24
#include "chrome/
installer
/util/util_constants.h"
41
product_.reset(new
installer
::Product(dist_));
44
chrome_exe_ = temp_dir_.path().Append(
installer
::kChromeExe);
123
shortcut_name.append(
installer
::kLnkExt);
168
scoped_ptr<
installer
::Product> product_;
321
installer
::kLnkExt);
350
installer
::kLnkExt)
[
all
...]
installer_state_unittest.cc
23
#include "chrome/
installer
/test/alternate_version_generator.h"
24
#include "chrome/
installer
/util/fake_installation_state.h"
25
#include "chrome/
installer
/util/fake_product_state.h"
26
#include "chrome/
installer
/util/google_update_constants.h"
27
#include "chrome/
installer
/util/helper.h"
28
#include "chrome/
installer
/util/installation_state.h"
29
#include "chrome/
installer
/util/installer_state.h"
30
#include "chrome/
installer
/util/master_preferences.h"
31
#include "chrome/
installer
/util/product_unittest.h"
32
#include "chrome/
installer
/util/util_constants.h
[
all
...]
chrome_app_host_operations.h
10
#include "chrome/
installer
/util/product_operations.h"
12
namespace
installer
{
namespace
61
} // namespace
installer
chrome_binaries_operations.h
10
#include "chrome/
installer
/util/product_operations.h"
12
namespace
installer
{
namespace
61
} // namespace
installer
chrome_browser_operations.h
10
#include "chrome/
installer
/util/product_operations.h"
12
namespace
installer
{
namespace
60
} // namespace
installer
chrome_frame_operations.h
10
#include "chrome/
installer
/util/product_operations.h"
12
namespace
installer
{
namespace
60
} // namespace
installer
helper.cc
5
#include "chrome/
installer
/util/helper.h"
12
#include "chrome/
installer
/util/browser_distribution.h"
13
#include "chrome/
installer
/util/install_util.h"
14
#include "chrome/
installer
/util/installation_state.h"
15
#include "chrome/
installer
/util/util_constants.h"
39
namespace
installer
{
namespace
72
// If we're part of a multi-install, we need to poll using the multi-
installer
88
} // namespace
installer
.
master_preferences.h
22
namespace
installer
{
namespace
215
} // namespace
installer
product_operations.h
14
#include "chrome/
installer
/util/shell_util.h"
15
#include "chrome/
installer
/util/util_constants.h"
20
namespace
installer
{
namespace
96
} // namespace
installer
wmi_unittest.cc
7
#include "chrome/
installer
/util/wmi.h"
10
namespace
installer
{
namespace
51
} // namespace
installer
google_update_settings.cc
5
#include "chrome/
installer
/util/google_update_settings.h"
23
#include "chrome/
installer
/util/browser_distribution.h"
24
#include "chrome/
installer
/util/channel_info.h"
25
#include "chrome/
installer
/util/google_update_constants.h"
26
#include "chrome/
installer
/util/google_update_experiment_util.h"
27
#include "chrome/
installer
/util/install_util.h"
28
#include "chrome/
installer
/util/installation_state.h"
29
#include "chrome/
installer
/util/product.h"
32
using
installer
::InstallationState;
149
installer
::ChannelInfo channel_info
[
all
...]
/external/chromium_org/chrome/app/
client_util.cc
28
#include "chrome/
installer
/util/browser_distribution.h"
29
#include "chrome/
installer
/util/channel_info.h"
30
#include "chrome/
installer
/util/google_update_constants.h"
31
#include "chrome/
installer
/util/google_update_settings.h"
32
#include "chrome/
installer
/util/install_util.h"
33
#include "chrome/
installer
/util/util_constants.h"
119
double threshold = (channel ==
installer
::kChromeChannelStable) ? 0.01 : 0.10;
155
const wchar_t* dll_name =
installer
::kChromeDll;
160
?
installer
::kChromeChildDll
161
:
installer
::kChromeDll
[
all
...]
/external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc
33
#include "chrome/
installer
/util/browser_distribution.h"
34
#include "chrome/
installer
/util/google_update_constants.h"
35
#include "chrome/
installer
/util/install_util.h"
36
#include "chrome/
installer
/util/shell_util.h"
37
#include "chrome/
installer
/util/util_constants.h"
45
*path = path->Append(
installer
::kChromeNewExe);
64
if (exit_code ==
installer
::RENAME_SUCCESSFUL)
81
return path.Append(
installer
::kDelegateExecuteExe);
262
if (exit_code ==
installer
::RENAME_SUCCESSFUL)
/external/chromium_org/chrome/browser/lifetime/
application_lifetime_win.cc
25
#include "chrome/
installer
/util/util_constants.h"
87
path = path.Append(
installer
::kDelegateExecuteExe);
/external/chromium_org/chrome/browser/plugins/
plugin_observer.h
50
void InstallMissingPlugin(PluginInstaller*
installer
,
plugin_finder.cc
189
PluginInstaller**
installer
,
204
*
installer
= installer_it->second;
213
PluginInstaller**
installer
,
221
if (
installer
) {
226
*
installer
= installer_it->second;
/external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc
43
scoped_refptr<extensions::UnpackedInstaller>
installer
(
48
installer
->Load(temp_dir);
69
scoped_refptr<extensions::UnpackedInstaller>
installer
(
73
installer
->Load(path);
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc
183
scoped_refptr<EphemeralAppLauncher>
installer
=
local
190
installer
->Start();
194
scoped_refptr<WebstoreInstaller>
installer
=
local
201
installer
->BeginInstall();
/external/chromium_org/chrome/installer/setup/
archive_patch_helper.h
11
namespace
installer
{
namespace
14
// and
installer
.
16
// Chrome's
installer
is deployed along with a compressed archive containing
25
// Chrome's
installer
itself may also be deployed as a patch against the
26
// previous version's saved
installer
binary. The same process is followed to
27
// obtain the new
installer
. The compressed archive unconditionally contains a
95
} // namespace
installer
archive_patch_helper_unittest.cc
10
#include "chrome/
installer
/setup/archive_patch_helper.h"
19
data_dir_ = data_dir_.AppendASCII("
installer
");
53
installer
::ArchivePatchHelper archive_helper(test_dir_.path(),
/external/chromium_org/chrome/test/mini_installer_test/
installer_path_provider.cc
109
// Use local copy of
installer
, else fall back to filer.
150
// Get standalone
installer
.
201
base::FilePath
installer
;
local
202
// Search filer for
installer
binary.
215
&
installer
)) {
220
if (
installer
.empty()) {
221
LOG(WARNING) << "Failed to find
installer
with pattern: " << pattern;
225
*path =
installer
;
run_all_unittests.cc
11
#include "chrome/
installer
/util/util_constants.h"
67
installer
::switches::kChromeFrame));
/external/chromium_org/tools/win/
copy-installer.bat
7
REM Copies an
installer
and symbols from a build directory on a network share
11
REM \\build.share\<path_to_checkout>\src\tools\win\copy-
installer
.bat
19
REM "copy-
installer
.cfg" file alongside the .gclient file that sets the OUTPUT
32
IF EXIST "%FROM%\..\copy-
installer
.cfg" CALL "%FROM%\..\copy-
installer
.cfg"
55
SET
INSTALLER
=setup.exe
58
SET
INSTALLER
=mini_installer.exe
84
ECHO Ready to run/debug %TO%\%
INSTALLER
%.
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
36
#include "chrome/
installer
/launcher_support/chrome_launcher_support.h"
37
#include "chrome/
installer
/util/browser_distribution.h"
38
#include "chrome/
installer
/util/helper.h"
39
#include "chrome/
installer
/util/install_util.h"
40
#include "chrome/
installer
/util/l10n_string_util.h"
41
#include "chrome/
installer
/util/shell_util.h"
85
class TranslationDelegate : public
installer
::TranslationDelegate {
364
base::FilePath user_exe_path(
installer
::GetChromeInstallPath(false, dist));
381
uninstall_cmd.AppendSwitch(
installer
::switches::kSelfDestruct);
382
uninstall_cmd.AppendSwitch(
installer
::switches::kForceUninstall)
[
all
...]
Completed in 1904 milliseconds
1
2
3
4
5
6
7
8
9
10
11