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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 69 // NOTE: we don't cache here as it seems only after the activate is the value
77 // we get the activate.
  /external/chromium_org/content/shell/browser/
shell_devtools_frontend.cc 64 devtools_frontend->Activate();
70 void ShellDevToolsFrontend::Activate() {
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 65 # Activate the original tab and wait for completion.
66 tab.Activate()
  /external/chromium_org/remoting/host/
curtain_mode_linux.cc 21 virtual bool Activate() OVERRIDE;
33 bool CurtainModeLinux::Activate() {
me2me_desktop_environment.cc 75 bool active = curtain_->Activate();
77 LOG(ERROR) << "Failed to activate the curtain mode.";
  /external/chromium_org/remoting/webapp/
toolbar.js 97 * to activate it.
101 * @return {boolean} True if the position should activate the tool-bar stub, or
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
test_touch_link_highlight.html 38 This is going to be a very long link to force the scrollbars to activate on the iFrame that will contain this page.
45 src="data:text/html,%3Chtml%3E%0A%3Cbody%3E%0A%3Ca%20href%3D%22http%3A%2F%2Fwww.test.com%22%20position%3A%20absolute%3B%20left%3A%2050px%3B%20top%3A%2030px%3E%0AThis%20is%20going%20to%20be%20a%20very%20long%20link%20to%20force%20the%20scrollbars%20to%20activate%20on%20the%20iFrame%20that%20will%20contain%20this%20page.%0A%3C%2Fa%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E"></iframe>
  /external/chromium_org/ui/base/
base_window.h 61 // Show the window, but do not activate it. Does nothing if window
71 virtual void Activate() = 0;
  /external/chromium_org/ui/views/controls/button/
menu_button.h 51 // Activate the button (called when the button is pressed).
52 virtual bool Activate();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboPropertyEditor.java 45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) method in class:AbstractComboPropertyEditor
104 // editor created without bounds, so activate it after first setBounds()
BooleanObjectPropertyEditor.java 84 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanObjectPropertyEditor
90 // don't activate
BooleanPropertyEditor.java 82 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanPropertyEditor
88 // don't activate
PropertyEditor.java 69 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:PropertyEditor
82 * {@link Control}'s created before in {@link #activate(PropertyTable, Property, Point)}.
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Lighting.j3md 27 // Activate shading along the tangent, instead of the normal
70 //Set to true to activate Steep Parallax mapping
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 122 if(LlcpMac->LlcpMacInterface.activate == NULL)
128 status = LlcpMac->LlcpMacInterface.activate(LlcpMac);
phFriNfc_LlcpMac.h 58 * - Activate the LLCP link
155 pphFriNfcLlpcMac_Activate_t activate; member in struct:phFriNfc_LlcpMac_Interface
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 206 /// activate - mark node n as active if it wasn't already.
207 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement
239 activate(ib);
246 activate(ob);
261 activate(ib);
262 activate(ob);
278 activate(ib);
279 activate(ob);
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 89 activate(parentObject);
115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
  /frameworks/native/services/sensorservice/
GravitySensor.cpp 69 status_t GravitySensor::activate(void* ident, bool enabled) { function in class:android::GravitySensor
70 return mSensorFusion.activate(ident, enabled);
LinearAccelerationSensor.cpp 53 status_t LinearAccelerationSensor::activate(void* ident, bool enabled) { function in class:android::LinearAccelerationSensor
54 return mGravitySensor.activate(ident, enabled);
OrientationSensor.cpp 68 status_t OrientationSensor::activate(void* ident, bool enabled) { function in class:android::OrientationSensor
69 return mSensorFusion.activate(ident, enabled);
RotationVectorSensor.h 43 virtual status_t activate(void* ident, bool enabled);
57 virtual status_t activate(void* ident, bool enabled);
SensorInterface.cpp 49 status_t HardwareSensor::activate(void* ident, bool enabled) { function in class:android::HardwareSensor
50 return mSensorDevice.activate(ident, mSensor.getHandle(), enabled);
SensorInterface.h 39 virtual status_t activate(void* ident, bool enabled) = 0;
75 virtual status_t activate(void* ident, bool enabled);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mroute.h 19 #define MRT_INIT (MRT_BASE) /* Activate the kernel mroute code */
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */

Completed in 899 milliseconds

1 2 3 4 56 7 8 91011>>