Searched defs:active (Results 76 - 100 of 240) sorted by relevance

12345678910

/external/chromium_org/ui/views/ime/
H A Dmock_input_method.cc170 void MockInputMethod::SetActive(bool active) { argument
171 if (active_ != active) {
172 active_ = active;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc197 u64 active = iter_ % kActiveSpinIters; local
198 u64 passive = iter_ - active;
199 return active + 10 * passive;
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.c49 static PARTITION *active = NULL; variable
222 /* Found it! Make it the active one */
223 active = partitions[i];
224 *channel = alloc_io_channel(active);
344 partitions[npart++] = active = part;
349 *channel = alloc_io_channel(active);
H A Ddosio.h62 unsigned char active; member in struct:__anon20466
/external/jemalloc/include/jemalloc/internal/
H A Dctl.h53 size_t active; member in struct:ctl_stats_s
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c44 int active; member in struct:__anon29405
101 while ( SDL_EventQ.active ) {
150 /* Create the lock and set ourselves active */
161 SDL_EventQ.active = 1;
189 SDL_EventQ.active = 0;
325 if ( ! SDL_EventQ.active ) {
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h209 virtual void WindowActivated(bool active) { argument
210 SDL_PrivateAppActive(active, SDL_APPINPUTFOCUS);
/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.cc200 // Activate the window which was active prior to entering overview.
220 void WindowManagerImpl::SetInOverview(bool active) { argument
222 if (active == in_overview)
226 active ? NULL : split_view_controller_.get());
227 if (active) {
360 // Make sure |window| is active.
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc183 bool active,
191 tab_value->SetBoolean(tabs_constants::kSelectedKey, active);
196 bool active) {
203 base::Bind(&WillDispatchTabCreatedEvent, contents, active);
211 bool active) {
217 TabCreatedAt(contents, index, active);
182 WillDispatchTabCreatedEvent(WebContents* contents, bool active, content::BrowserContext* context, const Extension* extension, base::ListValue* event_args) argument
194 TabCreatedAt(WebContents* contents, int index, bool active) argument
209 TabInsertedAt(WebContents* contents, int index, bool active) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc151 // represents the active tab.
192 // Default to foreground for the new tab. The presence of 'active' property
194 bool active = true; local
195 if (params.active.get())
196 active = *params.active;
230 int add_types = active ? TabStripModel::ADD_ACTIVE : TabStripModel::ADD_NONE;
237 active ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB;
250 if (active)
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h9 // all active ThreadWatcher objects.
129 bool active() const { return active_; } function in class:ThreadWatcher
302 // Class with a list of all active thread watchers. A thread watcher is active
525 // This ensures all thread watchers are active because there is some user
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service.cc89 void SupervisedUserSettingsService::SetActive(bool active) { argument
90 active_ = active;
/external/chromium_org/content/common/service_worker/
H A Dservice_worker_types.h138 ServiceWorkerObjectInfo active; member in struct:content::ServiceWorkerVersionAttributes
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js257 lastMarker.active = lastMarker.active || model.active();
260 active: model.active(),
288 bar.classList.toggle("media-inspector-marker-inactive", !marker.active);
362 * @param {boolean} active
364 WebInspector.MediaQueryInspector.MediaQueryUIModel = function(cssMedia, minWidthExpression, maxWidthExpression, active)
369 this._active = active;
407 return new WebInspector.MediaQueryInspector.MediaQueryUIModel(cssMedia, minWidthExpression, maxWidthExpression, mediaQuery.active());
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateMaker.cpp60 void SkAnimateMaker::appendActive(SkActive* active) { argument
61 fDisplayList.append(active);
273 void SkAnimateMaker::removeActive(SkActive* active) { argument
274 if (active == NULL)
276 fDisplayList.remove(active);
/external/chromium_org/third_party/skia/src/core/
H A DSkTLList.h303 bool active = fList.isInList(block->fNodes + i); local
304 SkASSERT(free != active);
305 activeCnt += active;
324 bool active = fList.isInList(block->fNodes + i); local
325 SkASSERT(free != active);
326 activeCnt += active;
/external/jemalloc/src/
H A Dstats.c233 "dirty pages: %zu:%zu active:dirty, %"PRIu64" sweep%s,"
267 malloc_cprintf(write_cb, cbopaque, "active: %12zu\n", pactive * page);
431 "Min active:dirty page ratio per arena: %u:1\n",
435 "Min active:dirty page ratio per arena: N/A\n");
467 size_t allocated, active, mapped; local
473 CTL_GET("stats.active", &active, size_t);
476 "Allocated: %zu, active: %zu, mapped: %zu\n",
477 allocated, active, mapped);
479 "Current active ceilin
[all...]
/external/qemu/android/
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/skia/src/animator/
H A DSkAnimateMaker.cpp60 void SkAnimateMaker::appendActive(SkActive* active) { argument
61 fDisplayList.append(active);
273 void SkAnimateMaker::removeActive(SkActive* active) { argument
274 if (active == NULL)
276 fDisplayList.remove(active);
/external/skia/src/core/
H A DSkTLList.h303 bool active = fList.isInList(block->fNodes + i); local
304 SkASSERT(free != active);
305 activeCnt += active;
324 bool active = fList.isInList(block->fNodes + i); local
325 SkASSERT(free != active);
326 activeCnt += active;
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc160 bool active() const { function in class:ash::TouchTrace
224 if (!traces_[next_trace_index_].active())
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc470 bool active) {
723 // The currently active window is not |native_window_| and it is not a
726 // 1) The active window is a transient child of |native_window_|.
468 OnWidgetActivationChanged( views::Widget* widget, bool active) argument
H A Dwindow_positioner.cc188 // Get the active window.
189 aura::Window* active = ash::wm::GetActiveWindow(); local
190 if (active && active->GetRootWindow() != root_window)
191 active = NULL;
201 // Find the index of the current active window.
202 if (active)
203 iter = std::find(windows.begin(), windows.end(), active);
445 // We handle the Multi monitor support by retrieving the active window's
H A Dwindow_state.cc447 aura::Window* active = GetActiveWindow(); local
448 return active ? GetWindowState(active) : NULL;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc366 // Check if the watchdog extension is previously installed and active.
464 void ActivityLog::SetWatchdogAppActiveForTesting(bool active) { argument
465 watchdog_apps_active_ = active ? 1 : 0;

Completed in 1203 milliseconds

12345678910