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

/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js310 activate: function() {
327 MenuItem.prototype.activate.call(this);
/external/junit/src/junit/swingui/
H A DTestRunView.java22 public void activate(); method in interface:TestRunView
H A DTestHierarchyRunView.java45 public void activate() { method in class:TestHierarchyRunView
H A DFailureRunView.java99 public void activate() { method in class:FailureRunView
/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/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/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp203 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
204 if (activate) {
257 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops); local
258 if (activate && !m_timer.isActive())
260 else if (!activate && m_timer.isActive())
/external/chromium/base/
H A Dtime_win.cc165 bool Time::ActivateHighResolutionTimer(bool activate) { argument
173 if (activate)
/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.cpp204 /// activate - mark node n as active if it wasn't already.
205 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement
230 activate(ib);
237 activate(ob);
252 activate(ib);
253 activate(ob);
269 activate(ib);
270 activate(ob);
/external/qemu/distrib/sdl-1.2.12/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));
/external/skia/src/animator/
H A DSkDisplayApply.cpp81 void SkApply::activate(SkAnimateMaker& maker) { function in class:SkApply
201 activate(maker);
288 activate(maker);
298 activate(maker); // for non-drawables like post, prime them here
322 activate(maker); // for non-drawables like post, prime them here
337 activate(maker);
376 apply->activate(maker);
424 copy->activate(maker);
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js3535 form.findFirstElement().activate();
3608 activate: function(element) {
/external/kernel-headers/original/linux/
H A Dfb.h198 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */
202 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */
262 __u32 activate; /* see FB_ACTIVATE_* */ member in struct:fb_var_screeninfo
/external/valgrind/main/include/vki/
H A Dvki-linux.h2007 __vki_u32 activate; /* see FB_ACTIVATE_* */ member in struct:vki_fb_var_screeninfo

Completed in 941 milliseconds