Searched refs:active (Results 126 - 150 of 648) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwm.c245 event->active.gain ? "gained" : "lost");
246 if ( event->active.state & SDL_APPACTIVE )
247 printf("active ");
248 if ( event->active.state & SDL_APPINPUTFOCUS )
250 if ( event->active.state & SDL_APPMOUSEFOCUS )
255 if ( event->active.state & SDL_APPACTIVE ) {
257 event->active.gain ?
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dstatus_view.css25 .capture-status-view-link:active {
/external/chromium_org/gpu/config/
H A Dgpu_control_list_unittest.cc528 // Integrated GPU is active
529 gpu_info.gpu.active = false;
530 gpu_info.secondary_gpus[0].active = true;
535 // Discrete GPU is active
536 gpu_info.gpu.active = true;
537 gpu_info.secondary_gpus[0].active = false;
566 // Discrete GPU is active
567 gpu_info.gpu.active = true;
568 gpu_info.secondary_gpus[0].active = false;
573 // Integrated GPU is active
[all...]
/external/chromium_org/ppapi/api/dev/
H A Dppb_url_util_dev.idl119 * Checks whether the document containing the |active| plugin instance can
125 PP_Bool DocumentCanAccessDocument([in] PP_Instance active,
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarker.cpp150 void DocumentMarker::setActiveMatch(bool active) argument
152 m_details = DocumentMarkerTextMatch::instanceFor(active);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsplitView.css98 .split-view button.left-sidebar-show-hide-button:active,
99 .split-view button.top-sidebar-show-hide-button:active {
109 .split-view button.right-sidebar-show-hide-button:active {
119 .split-view button.bottom-sidebar-show-hide-button:active {
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc168 void WindowTreeHostWin::OnActivationChanged(bool active) { argument
169 if (active)
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc69 void ImplicitAnimationObserver::SetActive(bool active) { argument
70 active_ = active;
/external/chromium_org/ui/webui/resources/css/apps/
H A Dcommon.css36 button.white-button:active {
57 button.white-button:focus:active {
85 button.blue-button:active {
106 button.blue-button:focus:active {
/external/chromium_org/ui/webui/resources/css/
H A Dmenu_button.css29 background-image: -webkit-canvas(drop-down-arrow-active);
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
/external/chromium_org/ash/shelf/
H A Dshelf_widget.h85 views::Widget* widget, bool active) OVERRIDE;
88 // no dimmer active, the function will return -1.
/external/chromium_org/ash/system/
H A Dstatus_area_widget.h75 virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc82 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) { argument
83 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
84 if (active == active_)
86 active_ = active;
95 // Determine if there was a tick that was missed while not active.
141 // If we aren't active, there's no need to reset the timer.
311 state->SetBoolean("active", active_);
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc147 bool active = app_window_->GetBaseWindow()->IsActive(); local
148 if (active == is_active_)
150 is_active_ = active;
151 // Let the extension API know that the active window changed.
157 active ? this : NULL);
/external/chromium_org/chrome/browser/extensions/
H A Dpermissions_updater.h26 // Updates an Extension's active and granted permissions in persistent storage
40 // Adds the set of |permissions| to the |extension|'s active permission set
46 // Removes the set of |permissions| from the |extension|'s active permission
51 // Adds all permissions in the |extension|'s active permissions to its
55 // Initializes the |extension|'s active permission set to include only
72 // Sets the |extension|'s active permissions to |active| and records the
77 const scoped_refptr<const PermissionSet>& active,
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error.css16 .extension-error-list-contents.active {
25 * the list, unless the list is active. */
29 .extension-error-list-contents.active li,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dtracker_id_set.cc19 if (tracker.active())
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h72 bool active) OVERRIDE;
/external/chromium_org/chrome/common/extensions/
H A Dcommand.h57 // |active| specifies whether the command is active or not.
59 const Extension* extension, bool active) const;
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
H A Dbackground.js13 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
H A Dlist.css9 .raw-button:active {
100 list .close-button:active {
/external/chromium_org/chromeos/audio/
H A Daudio_device.h47 bool active; member in struct:chromeos::AudioDevice
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_device_manager.h102 // Calls Cras audio handler and sets keyboard mic active status.
103 void SetKeyboardMicStreamActiveOnUIThread(bool active);
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_provider_context.h60 ServiceWorkerHandleReference* active();
76 // Gets the handle ID of the active Service Worker, or
77 // kInvalidServiceWorkerHandleId if the provider does not have an active

Completed in 1518 milliseconds

1234567891011>>