Searched refs:active (Results 376 - 400 of 648) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c139 if (!crtc->active && crtc->version >= 3)
142 crtc->active = TRUE;
/external/nanopb-c/docs/
H A Dlsr.css59 p a:active {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DinspectorStyle.css297 .toolbar-search button:active {
320 .toolbar-search-navigation.enabled:active {
329 .toolbar-search-navigation.toolbar-search-navigation-prev.enabled:active {
338 .toolbar-search-navigation.toolbar-search-navigation-next.enabled:active {
381 .close-button:active {
389 .close-button-gray:active {
453 .status-bar-item:active {
516 button.status-bar-item:active .glyph {
634 .alternate-status-bar-buttons-bar .status-bar-item.emulate-active {
640 button.status-bar-item.settings-status-bar-item:active {
[all...]
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.h36 PictureLayerImpl* active; member in struct:cc::PictureLayerImpl::Pair
137 // PushPropertiesTo active tree => pending tree.
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc173 // Build the active input method descriptors from the active input
242 // layouts, so it appears first on the list of active input
380 // Record histogram for active input method count.
473 // Remove the active input methods with |extension_id|.
542 bool active = active_iter != active_input_method_ids.end(); local
545 if (active && !enabled)
548 if (!active && enabled)
551 if (active == !enabled)
638 DVLOG(1) << "active inpu
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h9 // all active ThreadWatcher objects.
129 bool active() const { return active_; } function in class:ThreadWatcher
302 // Class with a list of all active thread watchers. A thread watcher is active
525 // This ensures all thread watchers are active because there is some user
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dbraille_ime.js16 * {type: 'activeState', active: boolean}
120 * the IME is not active.
212 * Called by the system when this IME is active and a key event is generated.
401 * Sends the active state to ChromeVox.
406 active: this.engineID_.length > 0});
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_input_handler.js30 * active.
92 * Cells that were entered while the IME wasn't active. These will be
93 * submitted once the IME becomes active and reports the current input field.
362 * Updates the active translator based on the current input context.
412 this.imeActive_ = message.active;
482 // so that these keys work even if the Braille IME is not active.
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_page.css74 .raw-button:active {
293 list .row-delete-button:active {
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.h268 // Called when the panel's active state changes.
269 // |active| is true if panel became active.
270 void OnActiveStateChanged(bool active);
313 // Returns true if the panel is shown in the active desktop. The user could
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h81 // The tab should be active.
97 // If set the newly inserted tab's opener is set to the active tab. If not
143 // Retrieve the index of the currently active WebContents.
144 int active_index() const { return selection_model_.active(); }
163 // in the foreground inherit the group of the previously active tab.
207 // Makes the tab at the specified index the active tab. |user_gesture| is true
214 // active tab index.
245 // Returns the currently active WebContents, or NULL if there is none.
508 // Notifies the observers if the active tab is being deactivated.
511 // Notifies the observers if the active ta
[all...]
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc677 // If the panel is still active (we will deactivate the minimizd panel at
983 void PanelView::OnWidgetActivationChanged(views::Widget* widget, bool active) { argument
985 // WM_NCACTIVATED could be sent when an active window is being destroyed on
990 bool focused = active;
993 // active and belongs to a foreground application.
994 focused = active &&
998 bool focused = active;
H A Dpanel_view.h143 bool active) OVERRIDE;
237 // to capture the screenshot before an active panel goes minimized.
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h109 bool active() const { return active_; } function in class:TabDragController
259 // Moves the active tab to the next/previous tab. Used when the next/previous
324 // so that the active tab should be dragged there.
329 // tab so that the active tab should be dragged there.
522 // Is the drag active?
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.h143 bool active) OVERRIDE;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauth.js270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauth.js270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) {
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client_impl.h129 bool CreateTransaction(bool active, bool alert_existing_services,
/external/chromium_org/chromeos/network/
H A Dnetwork_state_handler.cc703 // Note: usually active networks will precede inactive networks, however
706 ManagedStateList active, non_wifi_visible, wifi_visible, hidden, new_networks; local
715 active.push_back(network);
728 network_list_.insert(network_list_.end(), active.begin(), active.end());
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.h150 void OnSetLoggingState(bool active);
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h121 bool active) OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc260 void RenderWidgetHostViewChildFrame::SetActive(bool active) { argument
H A Drender_widget_host_view_child_frame.h124 virtual void SetActive(bool active) OVERRIDE;
H A Drender_widget_host_view_guest.h119 virtual void SetActive(bool active) OVERRIDE;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_provider_host.cc120 attrs.active = handle->CreateServiceWorkerHandleAndPass(

Completed in 3234 milliseconds

<<11121314151617181920>>