Searched refs:active (Results 1 - 25 of 247) sorted by relevance

12345678910

/external/v8/test/mjsunit/regress/
H A Dregress-982.js34 function g(active) {
36 if (i == active) {
/external/clang/test/CodeGen/
H A D2007-09-17-WeakRef.c6 int active (void) function
H A D2008-09-03-WeakAlias.c5 int active (void) function
/external/chromium/chrome/browser/resources/options/
H A Dsubpages_tab_controls.css12 .subpages-nav-tabs .active-tab {
23 * active label. Only one is visible at a time, but the bold label is used to
26 .subpages-nav-tabs .active-tab-label {
40 .subpages-nav-tabs .active-tab-label,
41 .subpages-nav-tabs .active-tab .tab-label {
45 /* .tab is not removed when .active-tab is added, so we must
46 * override the hidden visibility above in the active tab case.
48 .subpages-nav-tabs .active-tab .active-tab-label {
64 .active
[all...]
H A Dsearch_page.js210 * @param {boolean} active True if we are on the search page.
213 setSearchActive_: function(active) {
214 // It's fine to exit if search wasn't active and we're not going to
216 if (!this.searchActive_ && !active)
219 this.searchActive_ = active;
221 if (active) {
226 // Just wipe out any active search text since it's no longer relevant.
234 if (!active)
241 if (active) {
249 if (active) {
[all...]
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_button.h41 void set_active(bool active) { active_ = active; } argument
42 bool active() const { return active_; } function in class:chromeos::StatusAreaButton
H A Dstatus_area_view.cc106 void StatusAreaView::MakeButtonsActive(bool active) { argument
107 clock_view()->set_active(active);
108 input_method_view()->set_active(active);
109 network_view()->set_active(active);
110 power_view()->set_active(active);
H A Dstatus_area_view.h30 void MakeButtonsActive(bool active);
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.h15 // active: the index of the currently visible tab in the tab strip.
20 // anchor and active index correspond to the same thing.
35 // See class description for details of active.
36 void set_active(int active) { active_ = active; } argument
37 int active() const { return active_; } function in class:TabStripSelectionModel
47 // updates the anchor and active indices.
57 // Sets the anchor, active and selection to |index|.
63 // Adds |index| to the selection. This does not change the active or anchor
67 // Removes |index| from the selection. This does not change the active o
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dstfle.stdout.exp3 The z/Architecture architectural mode is installed and active
8 The z/Architecture architectural mode is installed and active
/external/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurityBase.h47 static bool canAccess(DOMWindow* active, DOMWindow* target);
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_active.c30 /* These are static for our active event handling code */
36 /* Start completely active */
69 /* Update internal active state */
78 event.active.gain = gain;
79 event.active.state = state;
/external/webkit/Source/WebCore/wml/
H A DWMLDoElement.h53 void setActive(bool active) { m_isActive = active; } argument
/external/chromium/chrome/browser/net/
H A Dservice_providers_win.h16 bool active; member in struct:WinsockNamespaceProvider
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppState.java71 * @param active activate the AppState or not.
73 public void setEnabled(boolean active); argument
/external/webkit/Source/WebCore/rendering/
H A DHitTestRequest.h46 bool active() const { return m_requestType & Active; } function in class:WebCore::HitTestRequest
/external/skia/src/animator/
H A DSkDisplayList.cpp27 void SkDisplayList::append(SkActive* active) { argument
28 *fActiveList.append() = active;
38 SkActive* active = *activePtr; local
39 active->reset();
126 void SkDisplayList::remove(SkActive* active) { argument
127 int index = fActiveList.find(active);
130 SkASSERT(fActiveList.find(active) < 0);
/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc115 // A renderer that was inactive, just became active. We should make sure
228 // The plan for the extra space is to divide it evenly amoung the active
240 // The remaining memory is allocated to the active renderers.
258 // inactive renderers if there is a single active tab.
324 WebCache::UsageStats active; local
326 GatherStats(active_renderers_, &active);
332 active.capacity / 1024 / 1024);
334 active.deadSize / 1024 / 1024);
336 active.liveSize / 1024 / 1024);
351 // We always try to give the active renderer
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc108 void PanelBrowserView::OnWindowActivationChanged(bool active) { argument
109 ::BrowserView::OnWindowActivationChanged(active);
111 if (active)
/external/qemu/
H A Dshaper.c101 int active; /* is this shaper active ? */ member in struct:NetShaperRec_
117 shaper->active = 0;
167 shaper->active = 0;
198 shaper->active = 1; /* for the real-time clock */
200 shaper->active = 0;
214 if (!shaper->active || _packet_is_internal(data, size)) {
271 if (!shaper->active || shaper->block_until < 0)
388 int active; member in struct:NetDelayRec_
469 delay->active
[all...]
/external/aac/libAACenc/src/
H A Dtns_func.h106 INT active,
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.h24 // ContentsContainer has up to two children: one for the currently active
28 explicit ContentsContainer(views::View* active);
31 // Makes the preview view the active view and nulls out the old active view.
32 // It's assumed the caller will delete or remove the old active view
41 // Sets the active top margin.
44 // Returns the bounds of the preview. If the preview isn't active this
48 // Fades out the active contents.
54 // Removes the fade. This is done implicitly when the preview is made active.
78 // Translucent Widget positioned right above the active vie
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestBloom.java60 boolean active=true; field in class:TestBloom
144 if(active){
145 active=false;
148 active=true;
H A DTestCrossHatch.java60 boolean active=true; field in class:TestCrossHatch
138 if(active){
139 active=false;
142 active=true;
H A DTestPosterization.java60 boolean active=true; field in class:TestPosterization
138 if(active){
139 active=false;
142 active=true;

Completed in 884 milliseconds

12345678910