Searched refs:active (Results 26 - 50 of 648) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Daudio_node.h23 bool active; member in struct:chromeos::AudioNode
33 bool active,
H A Dcras_audio_client_stub_impl.cc113 node_list_[i].active = false;
115 node_list_[i].active = true;
129 node_list_[i].active = false;
131 node_list_[i].active = true;
142 node_list_[i].active = true;
149 node_list_[i].active = false;
156 node_list_[i].active = true;
163 node_list_[i].active = false;
/external/chromium_org/third_party/polymer/components/core-menu/
H A Dcore-submenu.css15 :host(.core-selected, [active]) {
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-submenu.css15 :host(.core-selected, [active]) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRemoteCallbackList.java101 Object[] active = activeBroadcast;
102 if (active == null || active.length < N) {
103 activeBroadcast = active = new Object[N];
107 active[i++] = cb;
128 Object[] active = activeBroadcast;
129 if (active != null) {
132 active[i] = null;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_history.js124 // If the currently active element is valid, it is probably the best
126 var active = document.activeElement;
127 if (active != document.body && this.isValidNode_(active)) {
128 this.update(active);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dprovided_file_systems.js30 * Selects an active file system from the list.
143 // Update active requests in the background for nice animation.
206 * Updates chart elements of active requests, so they grow with time.
209 if (Object.keys(this.active).length == 0)
212 for (var id in this.active) {
213 var index = this.active[id];
224 this.active = {};
248 if (Object.keys(this.active).length == 0 && this.idleStart)
258 !this.rows[rowIndex].active &&
277 active
[all...]
/external/chromium_org/tools/grit/grit/node/
H A Dmisc_unittest.py96 active = set(grd.ActiveDescendants())
97 self.failUnless(bingo_message not in active)
98 self.failUnless(hello_message in active)
99 self.failUnless(french_message in active)
103 active = set(grd.ActiveDescendants())
104 self.failUnless(bingo_message in active)
105 self.failUnless(hello_message not in active)
106 self.failUnless(french_message not in active)
110 active = set(grd.ActiveDescendants())
111 self.failUnless(bingo_message in active)
[all...]
/external/jemalloc/test/unit/
H A Dprof_accum.c58 bool active; local
65 active = true;
66 assert_d_eq(mallctl("prof.active", NULL, NULL, &active, sizeof(active)),
/external/chromium_org/cc/resources/
H A Dtile_priority.h59 TilePriority(const TilePriority& active, const TilePriority& pending) { argument
60 if (active.resolution == HIGH_RESOLUTION ||
63 else if (active.resolution == LOW_RESOLUTION ||
70 active.required_for_activation || pending.required_for_activation;
72 if (active.priority_bin < pending.priority_bin) {
73 priority_bin = active.priority_bin;
74 distance_to_visible = active.distance_to_visible;
75 } else if (active.priority_bin > pending.priority_bin) {
79 priority_bin = active.priority_bin;
81 std::min(active
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dtool_button.css15 .tool-button.active {
H A Dmouse_mode_selector.css40 .mouse-mode-selector .pan-scan-mode-button.active {
49 .mouse-mode-selector .selection-mode-button.active {
59 .mouse-mode-selector .zoom-mode-button.active {
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.css36 :host(:not([expanded]):host) > .track:not([active]) {
41 .track[active] {
73 .track[active] .data .data-title,
74 .track[active] .data .data-artist {
/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/chromium_org/chrome/browser/net/
H A Dservice_providers_win.h13 bool active; member in struct:WinsockNamespaceProvider
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_host.js109 * @param {boolean} active The desired state; true for active, false for
112 cvox.AbstractHost.prototype.activateOrDeactivateChromeVox = function(active) {
113 this.onStateChanged_(active ? cvox.AbstractHost.State.ACTIVE :
128 * active: all event listeners registered
135 var active = state == cvox.AbstractHost.State.ACTIVE;
136 if (active == cvox.ChromeVox.isActive) {
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dactivation_tracker_win.h21 virtual void OnActivationChanged(views::Widget* widget, bool active) OVERRIDE;
45 // Timer used to check if the taskbar or app list is active. Using a timer
/external/chromium_org/third_party/polymer/components-chromium/paper-button/
H A Dpaper-button-extracted.js60 if (this.active) {
91 // this.active = false;
106 if (this.active) {
/external/okhttp/website/static/
H A Dapp-theme.css11 .content-nav li.active a,
12 .content-nav li.active a:hover {
/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/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc46 aura::Window* active,
55 << ((window == active) ? " [active] " : " ")
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
64 aura::Window* active = local
68 PrintWindowHierarchy(root_window, active, 0, &out);
45 PrintWindowHierarchy(aura::Window* window, aura::Window* active, int indent, std::ostringstream* out) argument
/external/chromium_org/third_party/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/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_org/chrome/browser/resources/ntp4/
H A Dsuggestions_page.css93 .suggestions:active .thumbnail-shield {
101 .suggestions:active .close-button:not(:active) + .thumbnail {
107 .suggestions:active .close-button:not(:active) + .thumbnail .thumbnail-shield {
/external/chromium_org/chrome/browser/extensions/
H A Dpermissions_updater.cc40 // a) single origin active permissions can get filtered out in
43 // b) active permissions that do not match any manifest permissions can
59 // Returns a PermissionSet that has the active permissions of the extension,
65 // custom set of active permissions defined in the extension prefs. Here,
66 // we update the extension's active permissions based on the prefs.
73 // We restrict the active permissions to be within the bounds defined in the
75 // a) active permissions must be a subset of optional + default permissions
76 // b) active permissions must contains all default permissions
81 // Make sure the active permissions contain no more than optional + default.
86 // Make sure the active permission
237 scoped_refptr<const PermissionSet> active = local
270 scoped_refptr<const PermissionSet> active = local
298 SetPermissions( const Extension* extension, const scoped_refptr<const PermissionSet>& active, scoped_refptr<const PermissionSet> withheld) argument
[all...]

Completed in 809 milliseconds

1234567891011>>