Searched defs:activate (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js310 activate: function() {
327 MenuItem.prototype.activate.call(this);
/external/chromium_org/ash/test/
H A Dtest_activation_delegate.cc27 TestActivationDelegate::TestActivationDelegate(bool activate) argument
30 activate_(activate),
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dnetwork_menu.js310 activate: function() {
327 MenuItem.prototype.activate.call(this);
/external/chromium_org/chrome_frame/cfinstall/src/stub/
H A Dchromeframe.js70 google.cf.ChromeFrame.prototype.activate = function() {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDialogPropertyEditor.java50 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:TextDialogPropertyEditor
52 // activate using keyboard
56 // don't activate
H A DAbstractComboBoxPropertyEditor.java49 public final boolean activate(final PropertyTable propertyTable, method in class:AbstractComboBoxPropertyEditor
H A DAbstractComboPropertyEditor.java45 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()
H A DBooleanObjectPropertyEditor.java84 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanObjectPropertyEditor
90 // don't activate
H A DBooleanPropertyEditor.java82 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanPropertyEditor
88 // don't activate
H A DPropertyEditor.java69 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)}.
H A DAbstractTextPropertyEditor.java158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) method in class:AbstractTextPropertyEditor
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5ClientForInitiator.java40 /* the session ID used to activate SOCKS5 stream */
43 /* the target JID used to activate SOCKS5 stream */
79 activate();
95 private void activate() throws XMPPException { method in class:Socks5ClientForInitiator
96 Bytestream activate = createStreamHostActivation();
98 SyncPacketSend.getReply(this.connection, activate);
107 Bytestream activate = new Bytestream(this.sessionID);
108 activate.setMode(null);
109 activate.setType(IQ.Type.SET);
110 activate
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc23 void ShowAndActivate(bool activate) { argument
26 if (activate)
133 void BrowserBubble::Show(bool activate) { argument
137 pop->ShowAndActivate(activate);
H A Dbrowser_bubble_gtk.cc32 void ShowAndActivate(bool activate) { argument
33 // TODO: honor activate.
134 void BrowserBubble::Show(bool activate) { argument
137 static_cast<BubbleWidget*>(popup_)->ShowAndActivate(activate);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.cc59 void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) { argument
64 this, for_seconds, activate, BUBBLE_CREATE_NEW);
/external/replicaisland/src/com/replica/replicaisland/
H A DChangeComponentsComponent.java89 activate(parentObject);
115 public void activate(GameObject parent) { method in class:ChangeComponentsComponent
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.cc79 void ExtensionPopup::Show(bool activate) { argument
88 BrowserBubble::Show(activate);
/external/chromium_org/ui/views/controls/
H A Dlink.cc106 bool activate = ((event.key_code() == ui::VKEY_SPACE) || local
108 if (!activate)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java194 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:ComplexProperty.ComplexPropertyEditor
/external/chromium/base/
H A Dtime_win.cc165 bool Time::ActivateHighResolutionTimer(bool activate) { argument
173 if (activate)
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc265 void TabScrubber::FinishScrub(bool activate) { argument
273 if (activate && highlighted_tab_ != -1) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp205 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
206 if (activate) {
270 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
271 if (activate && !m_timer.isActive())
273 else if (!activate && m_timer.isActive())
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.h155 pphFriNfcLlpcMac_Activate_t activate; member in struct:phFriNfc_LlcpMac_Interface
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp206 /// 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/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macevents.c65 static int Mac_HandleActivate(int activate) argument
67 if ( activate ) {
86 return(SDL_PrivateAppActive(activate, SDL_APPINPUTFOCUS));

Completed in 329 milliseconds

123