HomeSort by relevance Sort by last modified time
    Searched refs:CHROME (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/common/omaha_query_params/
omaha_query_params.h 12 namespace chrome { namespace
17 CHROME = 0,
27 // include "chrome", "chromecrx", "chromiumcrx", and "unknown".
28 static const char* GetProdIdString(chrome::OmahaQueryParams::ProdId prod);
48 } // namespace chrome
omaha_query_params.cc 5 #include "chrome/common/omaha_query_params/omaha_query_params.h"
10 #include "chrome/common/chrome_version_info.h"
48 const char kChrome[] = "chrome";
58 switch (chrome::VersionInfo::GetChannel()) {
59 case chrome::VersionInfo::CHANNEL_STABLE:
62 case chrome::VersionInfo::CHANNEL_BETA:
65 case chrome::VersionInfo::CHANNEL_DEV:
68 case chrome::VersionInfo::CHANNEL_CANARY:
71 case chrome::VersionInfo::CHANNEL_UNKNOWN:
80 namespace chrome { namespace
    [all...]
  /external/chromium/chrome/browser/rlz/
rlz_unittest.cc 5 #include "chrome/browser/rlz/rlz.h"
26 // The chrome events RLZ key lives here.
33 EXPECT_TRUE(RLZTracker::RecordProductEvent(rlz_lib::CHROME,
42 EXPECT_TRUE(RLZTracker::RecordProductEvent(rlz_lib::CHROME,
55 EXPECT_TRUE(RLZTracker::RecordProductEvent(rlz_lib::CHROME,
63 EXPECT_TRUE(RLZTracker::ClearAllProductEvents(rlz_lib::CHROME));
rlz.cc 5 // This code glues the RLZ library DLL with Chrome. It allows Chrome to work
9 #include "chrome/browser/rlz/rlz.h"
25 #include "chrome/browser/browser_process.h"
26 #include "chrome/browser/profiles/profile.h"
27 #include "chrome/browser/profiles/profile_manager.h"
28 #include "chrome/browser/search_engines/template_url.h"
29 #include "chrome/browser/search_engines/template_url_model.h"
30 #include "chrome/common/chrome_paths.h"
31 #include "chrome/common/env_vars.h
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial.h 21 CHROME = 0,
default_pinned_apps_field_trial.cc 5 #include "chrome/browser/chromeos/login/default_pinned_apps_field_trial.h"
15 #include "chrome/browser/browser_process.h"
16 #include "chrome/browser/chromeos/login/user_manager.h"
17 #include "chrome/browser/prefs/pref_service_syncable.h"
18 #include "chrome/browser/prefs/scoped_user_pref_update.h"
19 #include "chrome/browser/profiles/profile.h"
20 #include "chrome/browser/profiles/profile_manager.h"
21 #include "chrome/browser/ui/ash/chrome_launcher_prefs.h"
22 #include "chrome/common/chrome_switches.h"
23 #include "chrome/common/extensions/extension_constants.h
    [all...]
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 5 // This code glues the RLZ library DLL with Chrome. It allows Chrome to work
9 #include "chrome/browser/rlz/rlz.h"
20 #include "chrome/browser/browser_process.h"
21 #include "chrome/browser/chrome_notification_types.h"
22 #include "chrome/browser/google/google_util.h"
23 #include "chrome/browser/prefs/session_startup_pref.h"
24 #include "chrome/browser/search_engines/template_url.h"
25 #include "chrome/browser/search_engines/template_url_service.h"
26 #include "chrome/browser/search_engines/template_url_service_factory.h
    [all...]
rlz_extension_api.cc 5 #include "chrome/browser/rlz/rlz_extension_api.h"
12 #include "chrome/browser/browser_process.h"
13 #include "chrome/common/extensions/extension.h"
27 *product = rlz_lib::CHROME;
121 : product_(rlz_lib::CHROME),
rlz_unittest.cc 5 #include "chrome/browser/rlz/rlz.h"
14 #include "chrome/browser/chrome_notification_types.h"
15 #include "chrome/browser/google/google_util.h"
16 #include "chrome/browser/omnibox/omnibox_log.h"
17 #include "chrome/browser/profiles/profile.h"
18 #include "chrome/common/env_vars.h"
19 #include "chrome/installer/util/browser_distribution.h"
20 #include "chrome/installer/util/google_update_constants.h"
292 tracker_.Observe(chrome::NOTIFICATION_OMNIBOX_OPENED_URL,
312 GetProductEventsAsCgi(rlz_lib::CHROME, cgi, arraysize(cgi))
    [all...]
  /external/chromium_org/rlz/lib/
rlz_enums.h 15 IE_DEFAULT_SEARCH, // The IE7+ chrome search box next to the address bar.
24 CHROME_OMNIBOX, // Chrome searches through the address bar omnibox (Win).
25 CHROME_HOME_PAGE, // Chrome searches through Google as home page (Win).
49 CHROME_FRAME, // Chrome Frame.
58 CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (Mac).
59 CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (Mac).
110 CHROME,
lib_values.cc 196 case CHROME: return "C";
  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.h 52 CHROME,
66 return (CHROME == renderer_type_);
urlmon_bind_status_callback.cc 176 renderer_type_ = CHROME;
196 renderer_type_ = CHROME;
201 "Renderer type: %s", renderer_type_ == CHROME ? "CHROME" : "OTHER");
254 // switch into Chrome. This will only break the moniker patch which is
345 // Remember clip format. If we are switching to chrome, then in order
  /external/chromium_org/chrome/browser/component_updater/
component_updater_configurator.cc 5 #include "chrome/browser/component_updater/component_updater_configurator.h"
16 #include "chrome/browser/component_updater/component_patcher.h"
17 #include "chrome/common/chrome_switches.h"
18 #include "chrome/common/omaha_query_params/omaha_query_params.h"
22 #include "chrome/browser/component_updater/component_patcher_win.h"
119 extra_info_(chrome::OmahaQueryParams::Get(
120 chrome::OmahaQueryParams::CHROME)),
component_updater_ping_manager.cc 5 #include "chrome/browser/component_updater/component_updater_ping_manager.h"
12 #include "chrome/browser/component_updater/crx_update_item.h"
13 #include "chrome/common/chrome_version_info.h"
14 #include "chrome/common/omaha_query_params/omaha_query_params.h"
88 const std::string prod_id(chrome::OmahaQueryParams::GetProdIdString(
89 chrome::OmahaQueryParams::CHROME));
101 chrome::VersionInfo().Version().c_str(),
103 chrome::VersionInfo().OSType().c_str(),
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 18 #include "chrome/common/chrome_switches.h"
19 #include "chrome/installer/util/helper.h"
20 #include "chrome/installer/util/install_util.h"
21 #include "chrome/installer/util/product.h"
51 ss << "X-UA-Compatible: chrome=1\r\n";
185 } else if (browser == CHROME) {
305 // If we can't find the Chrome Frame DLL in the src tree, we turn to
306 // the directory where chrome is installed.
548 SimpleBrowserTest(CHROME, kCFIIfrPostPage);
563 SimpleBrowserTest(CHROME, kCFIPostPage)
    [all...]
test_with_web_server.h 77 // "<html><meta http-equiv=\"X-UA-Compatible\" content=\"chrome=1\" />"
178 enum BrowserKind { INVALID, IE, CHROME };
201 // Test if chrome frame correctly reports its version.
240 // The user data directory used for Chrome instances.
  /external/chromium/chrome/browser/extensions/
extension_rlz_module.cc 5 #include "chrome/browser/extensions/extension_rlz_module.h"
10 #include "chrome/common/extensions/extension.h"
23 *product = rlz_lib::CHROME;
  /external/chromium/chrome/browser/
memory_details_linux.cc 5 #include "chrome/browser/memory_details.h"
18 #include "chrome/common/chrome_constants.h"
19 #include "chrome/common/url_constants.h"
27 CHROME = 0,
40 "Chrome",
243 current_browser.name = WideToUTF16(chrome::kBrowserAppName);
244 current_browser.process_name = ASCIIToUTF16("chrome");
  /external/chromium_org/chrome/browser/
memory_details_linux.cc 5 #include "chrome/browser/memory_details.h"
20 #include "chrome/common/chrome_constants.h"
31 CHROME = 0,
44 "Chrome",
236 current_browser.process_name = ASCIIToUTF16("chrome");
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.cc 5 #include "chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h"
14 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_browser.h"
15 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h"
16 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h"
17 #include "chrome/browser/ui/browser.h"
18 #include "chrome/browser/ui/browser_finder.h"
19 #include "chrome/browser/ui/browser_list.h"
20 #include "chrome/browser/ui/browser_window.h
    [all...]
chrome_launcher_controller_per_browser.cc 5 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser.h"
19 #include "chrome/browser/app_mode/app_mode_utils.h"
20 #include "chrome/browser/defaults.h"
21 #include "chrome/browser/chrome_notification_types.h"
22 #include "chrome/browser/extensions/app_icon_loader_impl.h"
23 #include "chrome/browser/extensions/extension_service.h"
24 #include "chrome/browser/extensions/extension_system.h"
25 #include "chrome/browser/prefs/incognito_mode_prefs.h"
26 #include "chrome/browser/prefs/pref_service_syncable.h"
27 #include "chrome/browser/prefs/scoped_user_pref_update.h
    [all...]
  /external/chromium_org/chrome/tools/build/win/
resedit.py 245 # name "CHROME.PACKED.7Z" to a file named chrome.7z.
247 %prog mini_installer.exe --extract B7 1033 CHROME.PACKED.7Z chrome.7z
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 5 // This file defines the methods useful for uninstalling Chrome.
7 #include "chrome/installer/setup/uninstall.h"
25 #include "chrome/common/chrome_constants.h"
26 #include "chrome/common/chrome_paths_internal.h"
27 #include "chrome/common/chrome_result_codes.h"
28 #include "chrome/installer/launcher_support/chrome_launcher_support.h"
29 #include "chrome/installer/setup/install.h"
30 #include "chrome/installer/setup/install_worker.h"
31 #include "chrome/installer/setup/setup_constants.h"
32 #include "chrome/installer/setup/setup_util.h
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 5 #include "chrome/browser/search_engines/template_url_model.h"
13 #include "chrome/browser/extensions/extension_service.h"
14 #include "chrome/browser/google/google_url_tracker.h"
15 #include "chrome/browser/history/history.h"
16 #include "chrome/browser/history/history_notifications.h"
17 #include "chrome/browser/net/url_fixer_upper.h"
18 #include "chrome/browser/prefs/pref_service.h"
19 #include "chrome/browser/prefs/pref_set_observer.h"
20 #include "chrome/browser/profiles/profile.h"
21 #include "chrome/browser/rlz/rlz.h
    [all...]

Completed in 940 milliseconds

1 2