Searched refs:active (Results 401 - 425 of 648) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/common/service_worker/
H A Dservice_worker_messages.h87 IPC_STRUCT_TRAITS_MEMBER(active)
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc154 void TestRenderWidgetHostView::SetActive(bool active) { argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp667 void DocumentMarkerController::setMarkersActive(Range* range, bool active) argument
681 setMarkersActive(node, startOffset, endOffset, active);
685 void DocumentMarkerController::setMarkersActive(Node* node, unsigned startOffset, unsigned endOffset, bool active) argument
702 (*marker)->setActiveMatch(active);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLabelElement.cpp88 if (down == active())
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainer.cpp233 ASSERT(readyRegistration->active());
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v7_3.h98 virtual HRESULT IsScheduledPlaybackRunning (/* out */ bool *active) = 0;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h499 int active,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c483 int active = (ctx->Polygon.StippleFlag && local
487 if (active) {
530 if (active)
1152 i830->state.active = (I830_UPLOAD_INVARIENT |
H A Di915_state.c456 int active = (ctx->Polygon.StippleFlag && local
460 if (active) {
503 if (active)
1024 i915->state.active = (I915_UPLOAD_PROGRAM |
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dcontrol_panel.css46 .media-button:active {
110 .custom-slider.progress > input[type='range']::-webkit-slider-thumb:active {
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js381 this.active = false;
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp147 // All other scopes are always active.
254 llvm::AllocaInst *active local
259 setBeforeOutermostConditional(Builder.getFalse(), active);
262 Builder.CreateStore(Builder.getTrue(), active);
264 // Set that as the active flag in the cleanup.
266 assert(!cleanup.getActiveFlag() && "cleanup already has active flag?");
267 cleanup.setActiveFlag(active);
474 // If there's an active flag, load it and skip the cleanup if it's
490 // Emit the continuation block if there was an active flag.
703 assert(!IsActive && "source without fallthrough for active cleanu
[all...]
/external/libxml2/include/libxml/
H A Dxpath.h503 int active,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c483 int active = (ctx->Polygon.StippleFlag && local
487 if (active) {
530 if (active)
1152 i830->state.active = (I830_UPLOAD_INVARIENT |
H A Di915_state.c456 int active = (ctx->Polygon.StippleFlag && local
460 if (active) {
503 if (active)
1024 i915->state.active = (I915_UPLOAD_PROGRAM |
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
H A DSDL_bsdaudio.c268 "active : %s\n"
281 info.play.active ? "yes": "no");
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesPanel.js745 var active = event.data;
746 this._toggleBreakpointsButton.toggled = !active;
747 this.sidebarPanes.jsBreakpoints.listElement.classList.toggle("breakpoints-list-deactivated", !active);
748 this._sourcesView.toggleBreakpointsActiveState(active);
749 if (active)
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c891 ** Description This function finds an active MDL
1296 ** MDL ID is not active
1376 if (!p_mdl->active )
1470 if(p_mdl->active)
1473 if (p_mdl->active &&
1515 if (p_mdl->active)
1522 if (p_mdl->active)
1616 if (p_mdl->active )
1668 if (p_mdl->active &&
1712 if (p_mdl->active
[all...]
/external/chromium_org/v8/src/
H A Ddebug-debugger.js148 BreakPoint.prototype.active = function() {
150 return this.script_break_point().active();
195 // Break point not active - not triggered.
196 if (!this.active()) return false;
341 ScriptBreakPoint.prototype.active = function() {
1725 active: break_point.active(),
/external/fio/
H A Dgoptions.c335 int i, active = 0; local
344 active = i;
349 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
380 int i, active = 0; local
389 active = i;
394 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc369 // no dimmer active, the function will return -1.
818 bool active) {
820 if (active)
817 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
/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 648 milliseconds

<<11121314151617181920>>