HomeSort by relevance Sort by last modified time
    Searched refs:chrome (Results 26 - 50 of 525) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/
chrome_version_info.h 16 namespace chrome { namespace
18 // An instance of chrome::VersionInfo has information about the
19 // current running build of Chrome.
31 // E.g. "Chromium" or "Google Chrome".
53 } // namespace chrome
default_plugin.cc 5 #include "chrome/common/default_plugin.h"
7 #include "chrome/default_plugin/plugin_main.h"
10 namespace chrome { namespace
29 } // namespace chrome
chrome_paths_unittest.cc 5 #include "chrome/common/chrome_paths_internal.h"
14 // Test the behavior of chrome::GetUserCacheDirectory.
35 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
42 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
chrome_paths_internal.h 13 namespace chrome { namespace
19 // This returns the base directory in which Chrome Frame stores user profiles.
21 // CF and Google Chrome want to share the same binaries.
27 // Note that the Chrome cache directories are actually subdirectories
73 } // namespace chrome
child_process_logging_win.cc 5 #include "chrome/common/child_process_logging.h"
13 #include "chrome/common/chrome_constants.h"
14 #include "chrome/installer/util/google_update_settings.h"
46 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
74 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
96 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
107 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
132 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
151 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
chrome_paths_win.cc 5 #include "chrome/common/chrome_paths_internal.h"
16 #include "chrome/common/chrome_constants.h"
17 #include "chrome/installer/util/browser_distribution.h"
19 namespace chrome { namespace
26 *result = result->Append(chrome::kUserDataDirname);
36 *result = result->Append(chrome::kUserDataDirname);
56 // 'downloads' is not a good idea because Chrome's UI language
97 } // namespace chrome
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
contentscript.js 12 chrome.extension.sendRequest(payload, function(response) {});
  /external/skia/tools/
build-tot-chromium.sh 7 # specified in http://src.chromium.org/viewvc/chrome/trunk/src/DEPS
23 gclient config https://src.chromium.org/chrome/trunk/src
27 "url" : "https://src.chromium.org/chrome/trunk/src",
53 ninja -C out/Release chrome
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 6 chrome.tabs.captureVisibleTab(null, function(img) {
8 var viewTabUrl = [chrome.extension.getURL('screenshot.html'),
11 chrome.tabs.create({url: viewTabUrl}, function(tab) {
24 chrome.tabs.onUpdated.removeListener(addSnapshotImageToTab);
30 var views = chrome.extension.getViews();
39 chrome.tabs.onUpdated.addListener(addSnapshotImageToTab);
46 chrome.browserAction.onClicked.addListener(function(tab) {
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 5 #include "chrome/browser/diagnostics/sqlite_diagnostics.h"
17 #include "chrome/common/chrome_constants.h"
18 #include "chrome/common/chrome_paths.h"
131 FilePath(chrome::kWebDataFilename));
136 FilePath(chrome::kCookieFilename));
141 FilePath(chrome::kHistoryFilename));
146 FilePath(chrome::kArchivedHistoryFilename));
151 FilePath(chrome::kThumbnailsFilename));
155 FilePath appcache_dir(chrome::kAppCacheDirname);
diagnostics_test.cc 5 #include "chrome/browser/diagnostics/diagnostics_test.h"
9 #include "chrome/common/chrome_constants.h"
10 #include "chrome/common/chrome_paths.h"
50 if (!PathService::Get(chrome::DIR_USER_DATA, &path))
52 return path.AppendASCII(chrome::kNotSignedInProfile);
  /external/chromium/chrome/common/extensions/
url_pattern.cc 5 #include "chrome/common/extensions/url_pattern.h"
10 #include "chrome/common/url_constants.h"
18 // TODO(aa): Consider adding chrome-extension? What about more obscure ones
22 chrome::kHttpScheme,
23 chrome::kHttpsScheme,
24 chrome::kFileScheme,
25 chrome::kFtpScheme,
26 chrome::kChromeUIScheme,
27 chrome::kFileSystemScheme,
118 size_t scheme_end_pos = pattern.find(chrome::kStandardSchemeSeparator)
    [all...]
extension_set.cc 5 #include "chrome/common/extensions/extension_set.h"
8 #include "chrome/common/url_constants.h"
33 if (url.SchemeIs(chrome::kExtensionScheme))
44 if (url.SchemeIs(chrome::kExtensionScheme))
70 if (url.SchemeIs(chrome::kExtensionScheme))
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.cpp 29 #include "Chrome.h"
57 ChromeClientBrew* chromeClient = static_cast<ChromeClientBrew*>(view->frame()->page()->chrome()->client());
67 ChromeClientBrew* chromeClient = static_cast<ChromeClientBrew*>(m_view->frame()->page()->chrome()->client());
  /external/webkit/Source/WebCore/platform/efl/
PopupMenuEfl.cpp 28 #include "Chrome.h"
53 ChromeClientEfl* chromeClient = static_cast<ChromeClientEfl*>(view->frame()->page()->chrome()->client());
63 ChromeClientEfl* chromeClient = static_cast<ChromeClientEfl*>(m_view->frame()->page()->chrome()->client());
  /external/chromium/chrome/browser/net/
url_request_mock_util.cc 5 #include "chrome/browser/net/url_request_mock_util.h"
11 #include "chrome/browser/net/url_request_failed_dns_job.h"
12 #include "chrome/browser/net/url_request_mock_http_job.h"
13 #include "chrome/browser/net/url_request_mock_link_doctor_job.h"
14 #include "chrome/browser/net/url_request_slow_download_job.h"
15 #include "chrome/browser/net/url_request_slow_http_job.h"
16 #include "chrome/common/chrome_paths.h"
40 PathService::Get(chrome::DIR_TEST_DATA, &root_http);
quoted_printable_unittest.cc 6 #include "chrome/browser/net/quoted_printable.h"
145 int s1_eol = chrome::browser::net::IsEOL(s1_iter, s1);
146 int s2_eol = chrome::browser::net::IsEOL(s2_iter, s2);
172 chrome::browser::net::QuotedPrintableEncode(kNormalText[i], &output);
182 EXPECT_TRUE(chrome::browser::net::QuotedPrintableDecode(
201 EXPECT_FALSE(chrome::browser::net::QuotedPrintableDecode(
sqlite_persistent_cookie_store_unittest.cc 11 #include "chrome/browser/net/sqlite_persistent_cookie_store.h"
12 #include "chrome/common/chrome_constants.h"
13 #include "chrome/test/thread_test_helper.h"
31 temp_dir_.path().Append(chrome::kCookieFilename));
59 temp_dir_.path().Append(chrome::kCookieFilename)));
61 temp_dir_.path().Append(chrome::kCookieFilename), false));
76 temp_dir_.path().Append(chrome::kCookieFilename)));
91 temp_dir_.path().Append(chrome::kCookieFilename));
108 temp_dir_.path().Append(chrome::kCookieFilename));
119 FilePath path = temp_dir_.path().Append(chrome::kCookieFilename)
    [all...]
  /external/chromium/chrome/browser/google/
google_update_settings_posix.cc 5 #include "chrome/installer/util/google_update_settings.h"
10 #include "chrome/common/chrome_paths.h"
22 PathService::Get(chrome::DIR_USER_DATA, &consent_file);
34 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
57 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 172 chrome = window.chrome || {};
173 chrome.devTools = chrome.devTools || {};
175 chrome.devTools[property] = webInspector[property];
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 2 * Background page for Chrome Sounds extension.
3 * This tracks various events from Chrome and plays sounds.
13 "chrome://extensions/": "beepboop.mp3",
75 // chrome.windows.onRemoved - can't suppress the tab removed that comes first
77 "tabCreated": chrome.tabs.onCreated,
78 "tabMoved": chrome.tabs.onMoved,
79 "tabRemoved": chrome.tabs.onRemoved,
80 "tabSelectionChanged": chrome.tabs.onSelectionChanged,
81 "tabAttached": chrome.tabs.onAttached,
82 "tabDetached": chrome.tabs.onDetached
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 8 #include "chrome/browser/autocomplete/autocomplete.h"
9 #include "chrome/browser/autocomplete/autocomplete_edit.h"
10 #include "chrome/browser/autocomplete/autocomplete_edit_view.h"
11 #include "chrome/browser/autocomplete/autocomplete_match.h"
12 #include "chrome/browser/autocomplete/autocomplete_popup_model.h"
13 #include "chrome/browser/history/history.h"
14 #include "chrome/browser/tabs/tab_strip_model.h"
15 #include "chrome/browser/ui/browser.h"
16 #include "chrome/browser/ui/browser_window.h"
17 #include "chrome/browser/ui/omnibox/location_bar.h
    [all...]
  /external/chromium/chrome/browser/resources/
collected_cookies.js 6 chrome.send('DialogClose', ['']);
36 chrome.send('Block', [selected.pathId]);
42 chrome.send('Allow', [selected.pathId]);
48 chrome.send('AllowThisSession', [selected.pathId]);
55 chrome.send('BindCookiesTreeModel', []);
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 5 #include "chrome/app/chrome_command_ids.h"
6 #include "chrome/common/url_constants.h"
7 #include "chrome/test/automation/browser_proxy.h"
8 #include "chrome/test/automation/tab_proxy.h"
9 #include "chrome/test/ui/ui_test.h"
20 FilePath(FILE_PATH_LITERAL("chrome/test/data"))) {
49 GURL url(chrome::kViewSourceScheme + std::string(":") +
74 GURL url_viewsource(chrome::kViewSourceScheme + std::string(":") +
100 GURL url_viewsource(chrome::kViewSourceScheme + std::string(":") +
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 22 chrome.experimental.proxy.onProxyError.addListener(
26 chrome.extension.onRequest.addListener(
78 chrome.browserAction.setBadgeBackgroundColor({color: color});
79 chrome.browserAction.setBadgeText({text: 'X'});
80 chrome.browserAction.setTitle({
81 'title': chrome.i18n.getMessage('errorPopupTitle', details.error)

Completed in 318 milliseconds

12 3 4 5 6 7 8 91011>>