Searched refs:active (Results 151 - 175 of 648) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_ozone.cc81 virtual void OnActivationChanged(bool active) OVERRIDE {}
H A Dplatform_viewport_win.cc91 virtual void OnActivationChanged(bool active) OVERRIDE {}
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DpanelEnablerView.css97 .panel-enabler-view input[type="radio"]:active:not(:disabled) {
106 .panel-enabler-view input[type="radio"]:checked:active {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSimpleHistoryManager.js106 active: function()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerRegistration.h52 PassRefPtrWillBeRawPtr<ServiceWorker> active() { return m_active.get(); } function in class:blink::FINAL
/external/chromium_org/ui/file_manager/file_manager/audio_player/css/
H A Daudio_player.css63 ::-webkit-scrollbar-thumb:active {
80 ::-webkit-scrollbar-track:active {
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.h62 unsigned char active; member in struct:__anon20466
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);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractListeningExecutorService.java86 int active = 1;
94 ++active;
95 } else if (active == 0) {
110 --active;
/external/llvm/test/MC/ARM/
H A Darm-thumb-trustzone.s8 @ active and that it rejects them when this feature is not enabled
H A Darm-trustzone.s8 @ active and that it rejects them when this feature is not enabled
/external/qemu/hw/arm/
H A Darmv7m_nvic.c97 /* Make pending IRQ active. */
207 if (s->gic.irq_state[ARMV7M_EXCP_MEM].active) val |= (1 << 0);
208 if (s->gic.irq_state[ARMV7M_EXCP_BUS].active) val |= (1 << 1);
209 if (s->gic.irq_state[ARMV7M_EXCP_USAGE].active) val |= (1 << 3);
210 if (s->gic.irq_state[ARMV7M_EXCP_SVC].active) val |= (1 << 7);
211 if (s->gic.irq_state[ARMV7M_EXCP_DEBUG].active) val |= (1 << 8);
212 if (s->gic.irq_state[ARMV7M_EXCP_PENDSV].active) val |= (1 << 10);
213 if (s->gic.irq_state[ARMV7M_EXCP_SYSTICK].active) val |= (1 << 11);
349 /* TODO: Real hardware allows you to set/clear the active bits
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.cpp75 // Not active until the callback.
166 void IDBTransaction::setActive(bool active) argument
168 ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to setActive(%s)", active ? "true" : "false");
171 ASSERT(active != (m_state == Active));
172 m_state = active ? Active : Inactive;
174 if (!active && m_requestList.isEmpty() && backendDB())
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexDataManager.cpp96 translated[attributeIndex].active = (programBinary->getSemanticIndex(attributeIndex) != -1);
98 if (translated[attributeIndex].active && attribs[attributeIndex].enabled)
107 if (translated[i].active && attribs[i].enabled)
120 if (translated[i].active)
151 if (translated[i].active && attribs[i].enabled)
/external/clang/utils/ABITest/
H A DEnumeration.py201 active = range(len(bounds))
202 active.sort(key=lambda i: bounds[i])
204 for i,index in enumerate(active):
206 W = len(active) - i
214 return active[i+idelta],prevLevel+delta
/external/jemalloc/test/unit/
H A Dstats.c6 size_t sz, allocated, active, mapped; local
16 assert_d_eq(mallctl("stats.active", &active, &sz, NULL, 0), expected,
22 assert_zu_le(active, *cactive,
23 "active should be no larger than cactive");
24 assert_zu_le(allocated, active,
25 "allocated should be no larger than active");
26 assert_zu_le(active, mapped,
27 "active should be no larger than mapped");
/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/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index.cc142 if (!tracker.active())
502 DCHECK(new_tracker.active());
513 DCHECK(old_tracker.active());
514 DCHECK(!new_tracker.active());
521 DCHECK(!old_tracker.active());
522 DCHECK(new_tracker.active());
534 DCHECK(tracker.active());
565 if (old_tracker.active() && !new_tracker.active())
567 else if (!old_tracker.active()
[all...]
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc168 bool* active) const {
170 extension_id, type, command, active, BROWSER_ACTION);
176 bool* active) const {
178 extension_id, type, command, active, PAGE_ACTION);
390 bool active = false; local
394 &active) &&
395 active && accelerator == prospective_command.accelerator()) {
404 &active) &&
405 active && accelerator == prospective_command.accelerator()) {
717 // Get the active shortcu
818 GetExtensionActionCommand( const std::string& extension_id, QueryType query_type, Command* command, bool* active, ExtensionCommandType action_type) const argument
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css108 #metro-action-box button:active,
109 #metro-action-box button:focus:active {
119 #metro-action-box button[disabled]:active {
/external/chromium_org/content/browser/resources/service_worker/
H A Dserviceworker_internals.js112 [registration.active, registration.waiting].forEach(function(version) {
162 [registration.active, registration.waiting].forEach(fillLogFunc);
165 [registration.active, registration.waiting].forEach(fillLogFunc);
/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/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/bzip2/
H A Dbzip.css13 a, a:link, a:visited, a:active { color: #336699; }
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.cc143 output_devices_[i].active); /* checkmark if active */
156 input_devices_[i].active); /* checkmark if active */

Completed in 3767 milliseconds

1234567891011>>