HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 176 - 200 of 1413) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ui/aura/client/
default_activation_client.h 25 // that just need basic behavior (e.g. activate windows whenever requested,
  /external/chromium_org/ui/base/cocoa/
find_pasteboard.mm 27 // Check if the text in the findboard has changed on app activate.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
menu_item.js 184 * Handles mouseup events. This dispatches an activate event; if there is an
190 // Only dispatch an activate event for left or middle click.
196 // 'activate' event.
199 activationEvent.initEvent('activate', true, true);
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.h 30 void Activate(winapp::Activation::IActivatedEventArgs* args);
  /external/objenesis/main/
pom.xml 51 <!-- Activate to create the release bundle -->
  /external/skia/src/animator/
SkDisplayApply.h 36 void activate(SkAnimateMaker& );
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 129 int activate(int handle, int enabled);
206 int sensors_poll_context_t::activate(int handle, int enabled) {
335 return ctx->activate(handle, enabled);
365 dev->device.activate = poll__activate;
  /packages/apps/Nfc/nci/jni/
NfcTag.h 191 ** Description: When multiple tags are discovered, just select the first one to activate.
321 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
479 ** activate: reference to activation data.
484 void calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
context_menu_handler.js 44 menu.addEventListener('activate', this);
63 menu.removeEventListener('activate', this);
145 case 'activate':
  /external/chromium_org/chrome/browser/ui/
browser_unittest.cc 155 // Activate the 2nd tab which is non-NTP.
165 // Activate the 1st tab which is NTP.
170 // Activate the 2nd tab which is non-NTP.
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.cc 160 // activate a panel window when the background window is being created.
168 // When this occurs, we need to activate the most recently active panel.
173 panel_to_focus->Activate();
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 40 goog.bind(this.chromeFrame_.activate, this.chromeFrame_);
69 if (this.chromeFrame_.activate())
98 if (this.chromeFrame_.activate() && !args['preventInstallDetection']) {
  /frameworks/native/services/sensorservice/
SensorDevice.h 58 // vector. A continuous mode request is batch(... timeout=0 ..) followed by activate(). A batch
59 // mode request is batch(... timeout > 0 ...) followed by activate().
87 status_t activate(void* ident, int handle, int enabled);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
191 // Activate Label# i
  /system/extras/tests/framebuffer/
refresh.c 59 info.activate = FB_ACTIVATE_NOW;
149 info.activate = FB_ACTIVATE_VBL;
153 info.activate = FB_ACTIVATE_VBL;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h 81 void Activate();
126 // Should be called before Activate().
129 // Should be called before Activate().
132 // Should be called before Activate().
136 // Should be called before Activate(). Sets the task runner to be used to post
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.cc 130 bool BrowserShortcutLauncherItemController::Activate(ash::LaunchSource source) {
212 // activate the next item in line if an item of our list is already active.
218 return Activate(ash::LAUNCH_FROM_UNKNOWN);
288 // If there is only one suitable browser, we can either activate it, or
315 browser->window()->Activate();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 192 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
193 if (activate) {
255 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
256 if (activate && !m_timer.isActive())
258 else if (!activate && m_timer.isActive())
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 751 ** Description This function is called to process de-activate
760 tNFC_INTF_PARAMS *p_intf = &evt_data.activate.intf_param;
779 evt_data.activate.rf_disc_id = *p++;
781 evt_data.activate.protocol = *p++;
783 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE)
784 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP;
786 evt_data.activate.rf_tech_param.mode = *p++;
790 p = nfc_ncif_decode_rf_params (&evt_data.activate.rf_tech_param, p);
792 evt_data.activate.data_mode = *p++;
793 evt_data.activate.tx_bitrate = *p++
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 19 * Sends 'activate' WebUI message.
20 * @param {number} index The index of menu item to activate in menu model.
27 chrome.send('activate', [String(index), mode]);
95 * Activate the menu item.
97 activate: function() {
260 // Map from mnemonic character to item to activate
332 * {@code activate} methods as well as {@code selected} attribute.
475 this.current_.activate();
491 item.activate();
497 item.activate();
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 19 * Sends 'activate' WebUI message.
20 * @param {number} index The index of menu item to activate in menu model.
27 chrome.send('activate', [String(index), mode]);
95 * Activate the menu item.
97 activate: function() {
254 // Map from mnemonic character to item to activate
326 * {@code activate} methods as well as {@code selected} attribute.
470 this.current_.activate();
486 item.activate();
492 item.activate();
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 457 activate(); method
488 activate(); method
502 activate(); method
516 activate(); method
530 activate(); method
542 activate(); method
553 activate(); method
586 public void activate() { method in class:PhysicsRigidBody
587 activate(objectId);
590 private native void activate(long objectId) method in class:PhysicsRigidBody
    [all...]

Completed in 1149 milliseconds

1 2 3 4 5 6 78 91011>>