Searched refs:active (Results 51 - 75 of 648) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.css15 .app-contents:active:not(.suppress-active),
16 .app:not(.click-focus):focus .app-contents:not(.suppress-active),
22 .app-contents:active:not(.suppress-active),
23 /* Active gets applied right before .suppress-active, so to avoid flicker
25 .app-contents.suppress-active {
H A Dmost_visited_page.css144 .most-visited:active .thumbnail-shield {
152 .most-visited:active .close-button:not(:active) + .thumbnail {
158 .most-visited:active .close-button:not(:active) + .thumbnail .thumbnail-shield {
/external/chromium_org/ppapi/thunk/
H A Dppb_url_util_thunk.cc33 PP_Bool DocumentCanAccessDocument(PP_Instance active, PP_Instance target) { argument
34 EnterInstance enter(active);
37 return enter.functions()->DocumentCanAccessDocument(active, target);
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.cpp139 // When a TextTrack's mode is disabled: no cues are active, no events fired.
151 void TextTrackCue::setIsActive(bool active) argument
153 m_isActive = active;
156 if (!active)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
209 fse->active->run_linear( fse->active,
271 fse->active->run_elts( fse->active,
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
209 fse->active->run_linear( fse->active,
271 fse->active->run_elts( fse->active,
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dwidget.js20 * Keeps a reference to a currently or formerly active widget. This enforces
36 this.active = false;
62 * Returns whether or not the widget is active.
63 * @return {boolean} Whether the widget is active.
66 return this.active;
98 this.active = true;
122 this.active = false;
191 * @return {boolean} True if any widget is currently active.
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.h26 virtual void OnActivationChanged(views::Widget* widget, bool active) OVERRIDE;
H A Dapp_list_service_linux.cc54 bool active) {
55 if (active)
53 OnActivationChanged(views::Widget* , bool active) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/cld/
H A Dbackground.js25 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chromeos/audio/
H A Daudio_device.cc93 active(false),
107 active = node.active;
129 "active = %s ",
130 active ? "true" : "false");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DEditingLocationHistoryManager.js96 var active = this._historyManager.active();
97 if (!active)
103 active.merge(entry);
/external/chromium_org/ui/platform_window/
H A Dplatform_window_delegate.h48 virtual void OnActivationChanged(bool active) = 0;
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dactivation_tracker_win.cc34 bool active) {
35 if (active) {
33 OnActivationChanged(views::Widget* , bool active) argument
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_icon_view.cc66 if (event.key_code() == ui::VKEY_RETURN && active()) {
67 // If the icon is active, it should transfer its focus to the bubble.
76 if (active())
/external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/
H A Dpopup.js19 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
39 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
H A Dpopup.js8 chrome.tabs.query({currentWindow: true, active: true}, function(tabs) {
10 return tab.active;
/external/chromium_org/third_party/angle/src/common/
H A Ddebug.cpp81 static bool active = D3DPERF_GetStatus() != 0; local
82 return active;
/external/chromium_org/third_party/polymer/components/core-icon-button/
H A Dcore-icon-button.css43 :host(:active:not([disabled]), .selected:active:not([disabled])) {
63 :host(.core-dark-theme:active, .core-dark-theme.selected:active) {
/external/chromium_org/third_party/polymer/components/core-splitter/
H A Dcore-splitter.css25 :host(:hover, :active) {
/external/chromium_org/third_party/polymer/components-chromium/core-icon-button/
H A Dcore-icon-button.css43 :host(:active:not([disabled]), .selected:active:not([disabled])) {
63 :host(.core-dark-theme:active, .core-dark-theme.selected:active) {
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter.css25 :host(:hover, :active) {
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.js74 this.tracks[oldValue].active = false;
80 this.tracks[newValue].active = true;
109 // Restore the active track.
112 this.tracks[this.currentTrackIndex].active = true;
131 this.tracks[this.currentTrackIndex].active = true;
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_provider_context.cc50 ServiceWorkerHandleReference* ServiceWorkerProviderContext::active() { function in class:content::ServiceWorkerProviderContext
73 if (active())
74 attrs.active = active()->info();
90 attrs.active, thread_safe_sender_.get());
/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.cc117 // A renderer that was inactive, just became active. We should make sure
246 // The plan for the extra space is to divide it evenly amoung the active
258 // The remaining memory is allocated to the active renderers.
276 // inactive renderers if there is a single active tab.
347 WebCache::UsageStats active; local
349 GatherStats(active_renderers_, &active);
355 active.capacity / 1024 / 1024);
357 active.deadSize / 1024 / 1024);
359 active.liveSize / 1024 / 1024);
374 // We always try to give the active renderer
[all...]

Completed in 5597 milliseconds

1234567891011>>