/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_win.cc | 149 void BrowserFrameWin::Activate() { 152 // remote desktop will be activated. However, WindowWin::Activate will still 158 WindowWin::Activate();
|
browser_frame_win.h | 58 virtual void Activate() OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl.cc | 114 // re-determine effective proxy config, and activate if different. 200 // Activate effective proxy and store into |active_config_|. 208 if (update_now) { // Activate and store new effective config.
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_target_impl.cc | 43 virtual bool Activate() const OVERRIDE; 109 bool RenderViewHostTarget::Activate() const { 237 bool DevToolsTargetImpl::Activate() const {
|
/external/chromium_org/remoting/host/ |
curtain_mode_mac.cc | 93 // Activate curtain asynchronously since it has to be done on the UI thread. 232 virtual bool Activate() OVERRIDE; 253 bool CurtainModeMac::Activate() {
|
/device/samsung/manta/libsensors/ |
sensors.cpp | 110 int activate(int handle, int enabled); 229 int sensors_poll_context_t::activate(int handle, int enabled) 336 return ctx->activate(handle, enabled); 376 dev->device.activate = poll__activate;
|
/external/chromium/chrome/browser/ |
browser_focus_uitest.cc | 229 // of Activate() is not well defined and can vary by window manager. 250 browser()->window()->Activate(); 255 browser2->window()->Activate(); 290 // Activate the tab. 293 // Activate the location bar or the page. 303 // Activate the tab. 390 // On X11, calling Activate() is not guaranteed to move focus, so we have 413 // Activate the first browser. 414 focused_browser->window()->Activate(); [all...] |
platform_util.h | 36 // Activate the window, bringing it to the foreground top level.
|
/external/chromium/chrome/browser/chromeos/status/ |
status_area_button.h | 33 virtual bool Activate() OVERRIDE;
|
/external/chromium/chrome/browser/debugger/ |
devtools_window.h | 46 void Activate();
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog.h | 29 // Called by the AppModalDialogQueue to activate the dialog.
|
/external/chromium/chrome/browser/ui/gtk/ |
global_menu_bar.h | 73 // gtk_check_menu_item_set_active() will call the "activate" signal. We need
|
/external/chromium_org/ash/keyboard_overlay/ |
keyboard_overlay_view.cc | 79 Shell::GetInstance()->overlay_filter()->Activate(view);
|
/external/chromium_org/ash/system/chromeos/network/ |
network_connect.h | 46 // Determines whether or not a network requires a connection to activate or
|
/external/chromium_org/ash/wm/ |
window_cycle_controller.h | 22 // We activate windows as you cycle through them, so the order on the screen
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_picture.cc | 83 // and active layer. Then we recreate a picture layer in the 4th activate
|
/external/chromium_org/chrome/browser/ |
chrome_browser_field_trials.cc | 64 // Activate the autocomplete dynamic field trials.
|
platform_util.h | 46 // Activate the window, bringing it to the foreground top level.
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_delegate.cc | 84 displayer.browser()->window()->Activate();
|
/external/chromium_org/chrome/browser/resources/options/ |
language_dictionary_overlay.js | 66 // activate.
|
reset_profile_settings_banner.js | 47 $('reset-profile-settings-banner-activate').onclick = function(event) {
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog.h | 32 // Called by the AppModalDialogQueue to activate the dialog.
|
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_new_window_delegate_chromeos.cc | 63 browser->window()->Activate();
|
/external/chromium_org/chrome/browser/ui/autofill/ |
mock_autofill_dialog_view_delegate.cc | 54 // Activate all sections but CC_BILLING - default for the real
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator.h | 161 // Do not show or activate the browser window after navigating. 163 // Show and activate the browser window after navigating. 165 // Show the browser window after navigating but do not activate. 168 // Default is NO_ACTION (don't show or activate the window).
|