/external/chromium_org/chrome/browser/ |
user_data_dir_extractor.h | 16 namespace chrome { namespace 21 } // namespace chrome
|
user_data_dir_extractor_win.h | 11 namespace chrome { namespace 20 } // namespace chrome
|
sxs_linux.cc | 5 #include "chrome/browser/sxs_linux.h" 17 #include "chrome/common/chrome_paths.h" 18 #include "chrome/common/chrome_result_codes.h" 19 #include "chrome/common/chrome_switches.h" 20 #include "chrome/common/chrome_version_info.h" 29 chrome::VersionInfo::Channel product_channel( 30 chrome::VersionInfo::GetChannel()); 32 case chrome::VersionInfo::CHANNEL_UNKNOWN: { 35 // with their Google Chrome profiles. Include version string modifier 40 chrome::VersionInfo::GetVersionStringModifier()) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/ |
uninstall_host.sh | 9 TARGET_DIR='/Library/Google/Chrome/NativeMessagingHosts' 11 TARGET_DIR='/etc/opt/chrome/native-messaging-hosts' 14 HOST_NAME=com.google.chrome.example.echo 15 rm $TARGET_DIR/com.google.chrome.example.echo.json
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
contentscript.js | 11 chrome.extension.sendRequest({}, function(response) {});
|
/external/chromium_org/chrome/common/favicon/ |
favicon_types.cc | 5 #include "chrome/common/favicon/favicon_types.h" 7 namespace chrome { namespace 23 } // namespace chrome
|
/external/chromium_org/chrome/common/mac/ |
cfbundle_blocker.h | 14 namespace chrome { namespace 41 } // namespace chrome
|
/external/chromium_org/chrome/utility/ |
utility_message_handler.h | 12 namespace chrome { namespace 23 } // namespace chrome
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
BarProp.cpp | 32 #include "core/page/Chrome.h" 62 return page->chrome().toolbarsVisible(); 64 return page->chrome().menubarVisible(); 66 return page->chrome().scrollbarsVisible(); 68 return page->chrome().statusbarVisible();
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_service.cc | 5 #include "chrome/browser/ui/tabs/pinned_tab_service.h" 7 #include "chrome/browser/chrome_notification_types.h" 8 #include "chrome/browser/profiles/profile.h" 9 #include "chrome/browser/ui/browser.h" 10 #include "chrome/browser/ui/browser_iterator.h" 11 #include "chrome/browser/ui/tabs/pinned_tab_codec.h" 19 for (chrome::BrowserIterator it; !it.done(); it.Next()) { 34 registrar_.Add(this, chrome::NOTIFICATION_BROWSER_OPENED, 36 registrar_.Add(this, chrome::NOTIFICATION_BROWSER_CLOSING, 38 registrar_.Add(this, chrome::NOTIFICATION_CLOSE_ALL_BROWSERS_REQUEST [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
background.js | 13 chrome.tabs.create({ 14 url: chrome.extension.getURL('options.html') 20 chrome.tts.stop(); 29 chrome.browserAction.setIcon({path: 'SpeakSel19-active.png'}); 35 chrome.tts.speak( 48 chrome.browserAction.setIcon({path: 'SpeakSel19.png'}); 66 chrome.extension.onRequest.addListener( 75 chrome.browserAction.onClicked.addListener( 77 chrome.tabs.sendRequest(
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator_browsertest.cc | 5 #include "chrome/browser/ui/browser_navigator_browsertest.h" 10 #include "chrome/app/chrome_command_ids.h" 11 #include "chrome/browser/prefs/incognito_mode_prefs.h" 12 #include "chrome/browser/profiles/profile.h" 13 #include "chrome/browser/ui/browser.h" 14 #include "chrome/browser/ui/browser_commands.h" 15 #include "chrome/browser/ui/browser_finder.h" 16 #include "chrome/browser/ui/browser_navigator.h" 17 #include "chrome/browser/ui/browser_tabstrip.h" 18 #include "chrome/browser/ui/browser_window.h [all...] |
browser_commands_mac.cc | 5 #include "chrome/browser/ui/browser_commands_mac.h" 9 #include "chrome/browser/fullscreen.h" 10 #include "chrome/browser/ui/browser.h" 11 #include "chrome/browser/ui/browser_commands.h" 12 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h" 13 #include "chrome/common/chrome_switches.h" 15 namespace chrome { namespace 23 else if (chrome::mac::SupportsSystemFullscreen()) 29 } // namespace chrome
|
browser_tab_contents.h | 14 namespace chrome { namespace 37 friend class chrome::BrowserTabStripModelDelegate; 40 // chrome::Navigate creates WebContents that are destined for the tab strip, 45 // ChromeFrame is defined as a complete tab of Chrome inside of an IE 48 // TODO(avi): It's still probably a good idea for Chrome Frame to more
|
profile_error_dialog.cc | 5 #include "chrome/browser/ui/profile_error_dialog.h" 8 #include "chrome/browser/ui/simple_message_box.h" 18 chrome::ShowMessageBox(NULL, 21 chrome::MESSAGE_BOX_TYPE_WARNING);
|
/external/chromium_org/remoting/webapp/ |
jscompiler_hacks.js | 6 // WebKit- and Chrome-specific properties and methods. It is used only with 74 chrome.storage = {}; 76 /** @type {chrome.Storage} */ 77 chrome.storage.local; 79 /** @type {chrome.Storage} */ 80 chrome.storage.sync; 83 chrome.Storage = function() {}; 90 chrome.Storage.prototype.get = function(items, callback) {}; 97 chrome.Storage.prototype.set = function(items, opt_callback) {}; 104 chrome.Storage.prototype.remove = function(items, opt_callback) {} [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
browser_state_monitor.cc | 5 #include "chrome/browser/chromeos/input_method/browser_state_monitor.h" 8 #include "chrome/browser/chrome_notification_types.h" 9 #include "chrome/browser/chromeos/input_method/input_method_util.h" 21 chrome::NOTIFICATION_LOGIN_USER_CHANGED, 24 chrome::NOTIFICATION_SESSION_STARTED, 27 chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED, 32 chrome::NOTIFICATION_APP_TERMINATING, 48 case chrome::NOTIFICATION_APP_TERMINATING: { 52 case chrome::NOTIFICATION_LOGIN_USER_CHANGED: { 55 // Note that the notification is also sent when Chrome crashes/restart [all...] |
/external/chromium_org/chrome/browser/component_updater/pnacl/ |
pnacl_profile_observer.cc | 5 #include "chrome/browser/component_updater/pnacl/pnacl_profile_observer.h" 8 #include "chrome/browser/chrome_notification_types.h" 9 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h" 18 chrome::NOTIFICATION_LOGIN_USER_CHANGED, 30 if (type == chrome::NOTIFICATION_LOGIN_USER_CHANGED) {
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_util.h | 12 namespace chrome { namespace 39 const std::vector<chrome::FaviconBitmapResult>& png_data,
|
/external/chromium_org/chrome/browser/ui/android/ |
tab_restore_service_delegate_android.cc | 7 #include "chrome/browser/sessions/tab_restore_service_delegate.h" 14 chrome::HostDesktopType host_desktop_type, 29 chrome::HostDesktopType host_desktop_type) {
|
/external/chromium_org/chrome/browser/ui/app_list/ |
keep_alive_service_impl.cc | 5 #include "chrome/browser/ui/app_list/keep_alive_service_impl.h" 7 #include "chrome/browser/lifetime/application_lifetime.h" 10 chrome::StartKeepAlive(); 14 chrome::EndKeepAlive();
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_bubble_sign_in_delegate.h | 10 #include "chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h" 11 #include "chrome/browser/ui/browser_list_observer.h" 12 #include "chrome/browser/ui/host_desktop.h" 20 public chrome::BrowserListObserver { 30 // chrome::BrowserListObserver: 43 chrome::HostDesktopType desktop_type_;
|
/external/chromium_org/chrome/browser/ui/views/ |
process_singleton_dialog_linux.cc | 5 #include "chrome/browser/ui/process_singleton_dialog_linux.h" 8 #include "chrome/browser/ui/simple_message_box.h" 15 bool result = chrome::ShowMessageBoxWithButtonText( 21 chrome::MESSAGE_BOX_RESULT_YES;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_handlers_helper.h | 9 #include "chrome/browser/profiles/profile.h" 10 #include "chrome/browser/ui/host_desktop.h" 20 chrome::HostDesktopType GetDesktopType(content::WebUI* web_ui); 22 void OpenNewWindowForProfile(chrome::HostDesktopType desktop_type,
|
/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); 53 } // namespace chrome
|