/external/chromium_org/ui/views/controls/button/ |
D | menu_button.cc | 71 bool MenuButton::Activate() { in Activate() function in views::MenuButton 173 return Activate(); in OnMousePressed() 187 Activate(); in OnMouseReleased() 206 if (Activate()) in OnGestureEvent() 223 bool ret = Activate(); in OnKeyPressed()
|
/external/chromium_org/tools/cr/ |
D | main.py | 50 cr.plugin.Activate(context) 57 cr.plugin.Activate(context) 62 cr.plugin.Activate(context)
|
/external/chromium_org/chrome/browser/managed_mode/ |
D | supervised_user_pref_store_unittest.cc | 102 service_.Activate(); in TEST_F() 123 service_.Activate(); in TEST_F() 154 service_.Activate(); in TEST_F() 165 service_.Activate(); in TEST_F()
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/ |
D | Bytestream.java | 39 private Activate toActivate; 198 public Activate getToActivate() { in getToActivate() 210 this.toActivate = new Activate(targetID); in setToActivate() 402 public static class Activate implements PacketExtension { class in Bytestream 415 public Activate(final String target) { in Activate() method in Bytestream.Activate
|
/external/chromium_org/remoting/host/ |
D | curtain_mode_win.cc | 19 virtual bool Activate() OVERRIDE; 28 bool CurtainModeWin::Activate() { in Activate() function in remoting::CurtainModeWin
|
D | curtain_mode_linux.cc | 21 virtual bool Activate() OVERRIDE; 33 bool CurtainModeLinux::Activate() { in Activate() function in remoting::CurtainModeLinux
|
D | curtain_mode.h | 37 virtual bool Activate() = 0;
|
/external/chromium_org/ui/views/ |
D | accessible_pane_view_unittest.cc | 84 widget->Activate(); in TEST_F() 114 widget_main->Activate(); in TEST_F() 128 widget_bar->Activate(); in TEST_F() 162 widget->Activate(); in TEST_F() 192 widget->Activate(); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | native_app_window_views_win.cc | 65 void NativeAppWindowViewsWin::Activate() { in Activate() function in NativeAppWindowViewsWin 67 NativeAppWindowViews::Activate(); in Activate()
|
D | native_app_window_views_win.h | 25 virtual void Activate() OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | wallpaper_private_api_unittest.cc | 99 window0_state->Activate(); in TEST_F() 139 window0_state->Activate(); in TEST_F() 162 window0_state->Activate(); in TEST_F() 276 window0_state->Activate(); in TEST_F() 294 window2_state->Activate(); in TEST_F() 376 window0_state->Activate(); in TEST_F()
|
/external/chromium_org/tools/cr/cr/base/ |
D | platform.py | 42 def Activate(self, context): member in Platform 43 super(Platform, self).Activate(context)
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | memsubsys1.test | 90 # Test 2: Activate PAGECACHE with 20 pages 110 # Test 3: Activate PAGECACHE with 20 pages but use the wrong page size 146 # Test 4: Activate both PAGECACHE and SCRATCH. 171 # Test 5: Activate both PAGECACHE and SCRATCH. But make the page size 197 # Test 6: Activate both PAGECACHE and SCRATCH with a 4k page size. 222 # Test 7: Activate both PAGECACHE and SCRATCH with a 4k page size.
|
/external/chromium_org/content/shell/browser/ |
D | shell_devtools_frontend.cc | 64 devtools_frontend->Activate(); in Show() 70 void ShellDevToolsFrontend::Activate() { in Activate() function in content::ShellDevToolsFrontend
|
/external/chromium_org/chrome/browser/ui/search/ |
D | instant_unload_handler.cc | 39 handler_->Activate(this, contents_.Pass(), index_); in WillRunBeforeUnloadConfirm() 84 void InstantUnloadHandler::Activate(WebContentsDelegateImpl* delegate, in Activate() function in InstantUnloadHandler
|
/external/chromium/chrome/browser/printing/ |
D | print_preview_tab_controller_unittest.cc | 42 initiator_tab->Activate(); in TEST_F() 107 tab_contents_1->Activate(); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_view_focus_uitest.cc | 80 browser()->window()->Activate(); in IN_PROC_BROWSER_TEST_F() 85 browser2->window()->Activate(); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | tab.py | 59 def Activate(self): member in Tab 69 self._inspector_backend.Activate()
|
/external/chromium/chrome/browser/chromeos/status/ |
D | status_area_button.cc | 78 bool StatusAreaButton::Activate() { in Activate() function in chromeos::StatusAreaButton 80 return views::MenuButton::Activate(); in Activate()
|
/external/chromium/chrome/browser/instant/ |
D | instant_unload_handler.cc | 43 handler_->Activate(this); in WillRunBeforeUnloadConfirm() 110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) { in Activate() function in InstantUnloadHandler
|
D | instant_unload_handler.h | 34 void Activate(TabContentsDelegateImpl* delegate);
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | browser_shortcut_launcher_item_controller.cc | 130 bool BrowserShortcutLauncherItemController::Activate(ash::LaunchSource source) { in Activate() function in BrowserShortcutLauncherItemController 218 return Activate(ash::LAUNCH_FROM_UNKNOWN); in ItemSelected() 315 browser->window()->Activate(); in ActivateOrAdvanceToNextBrowser()
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager_unittest.cc | 328 window_state->Activate(); in TEST_F() 348 window_state->Activate(); in TEST_F() 451 window_state2->Activate(); in TEST_F() 458 window_state1->Activate(); in TEST_F() 463 window_state2->Activate(); in TEST_F()
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_commands_unittest.cc | 26 window_state->Activate(); in TEST_F()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_frame_win.cc | 149 void BrowserFrameWin::Activate() { in Activate() function in BrowserFrameWin 158 WindowWin::Activate(); in Activate()
|