Searched refs:active (Results 426 - 450 of 648) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate_unittest.cc225 void ExpectResetPromptState(bool active) { argument
230 EXPECT_EQ(active, !!global_error);
600 ExpectResetPromptState(true /*active*/);
602 ExpectResetPromptState(false /*active*/);
604 ExpectResetPromptState(false /*active*/);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_manager.js97 * The active shifter.
105 // Instead, if there is no active element, activeElement is set to
992 * Update the active indicator to reflect the current node or selection.
1000 * Update the active indicator in case the active object moved or was
1009 * Show or hide the active indicator based on whether ChromeVox is
1010 * active or not.
1012 * If 'active' is true, cvox.NavigationManager does not do anything.
1017 * @param {boolean} active True if we should show the indicator, false
1020 cvox.NavigationManager.prototype.showOrHideIndicator = function(active) {
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory_mobile.css127 button.remove-entry:active {
/external/chromium_org/chrome/browser/sessions/
H A Dbetter_session_restore_browsertest.cc108 void SetBackgroundModeActive(bool active) { argument
109 background_mode_active_ = active;
502 // ... unless background mode is active.
553 // ... even if background mode is active.
799 // ... unless background mode is active.
834 // ... even if background mode is active.
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc281 bool active) {
285 if (active) {
280 OnWidgetActivationChanged(views::Widget* widget, bool active) argument
/external/chromium_org/chrome/common/extensions/
H A Dcommand.cc534 bool active) const {
548 extension_data->SetBoolean("active", active);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
H A Dchrome_shared.css11 a:active {
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl_private_unittest.cc692 "multi_gpu_category": "active",
701 // Two GPUs, the secondary Intel GPU is active.
705 gpu_info.gpu.active = false;
709 intel_gpu.active = true;
718 // Update with the same Intel GPU active.
727 // Set NVIDIA GPU to be active.
739 // Update with the same NVIDIA GPU active.
748 // Set Intel GPU to be active.
/external/chromium_org/native_client_sdk/doc_generated/_static/css/
H A Dnacl.css69 #home .button-nacl:active {
/external/chromium_org/native_client_sdk/src/doc/_static/css/
H A Dnacl.css69 #home .button-nacl:active {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DauditsPanel.css88 .audit-launcher-view button:active {
H A DresponsiveDesignView.css338 .responsive-design-icon-swap:active {
380 .responsive-design-more-button:active {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesView.js693 * @param {boolean} active
695 toggleBreakpointsActiveState: function(active)
697 this._editorContainer.view.element.classList.toggle("breakpoints-deactivated", !active);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dextensions.py58 def set_active(self, active):
59 self._active = active
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v7_6.h186 virtual HRESULT IsScheduledPlaybackRunning (/* out */ bool *active) = 0;
363 virtual HRESULT IsVideoOutputActive (/* in */ BMDVideoConnection_v7_6 videoOutputConnection, /* out */ bool *active) = 0;
/external/chromium_org/ui/login/
H A Dscreen_container.css128 .progdot-active {
/external/valgrind/main/drd/tests/
H A Dbar_bad_xml.stderr.exp162 <what>Destruction of a barrier with active waiters: barrier 0x........</what>
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_command_list.js5 /** @typedef {{active: boolean,
261 if (!command.active) {
330 * value) sets the new value as active..
370 * Handles focus event and adds visual indication for active shortcut.
380 * Handles lost focus event and removes visual indication of active shortcut
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver.cc68 "Detected multi-parent trackers (active tracker_id=%" PRId64 ")",
80 if (tracker.active())
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Dtabs_api.js293 chrome.tabs.query({active: true, currentWindow: true} function(tabs) {
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.h220 // Fine grained states of a download. Note that active downloads are created
302 // Construction common to all constructors. |active| should be true for new
306 void Init(bool active, DownloadType download_type);
/external/chromium_org/content/test/
H A Dtest_render_view_host.h74 virtual void SetActive(bool active) OVERRIDE;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.h130 // Texture binding & active texture unit manipulation
131 void setActiveSampler(unsigned int active);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texstate.c345 if (i830->state.active & I830_UPLOAD_TEX(i))
H A Di915_texstate.c422 if (i915->state.active & I915_UPLOAD_TEX(i))

Completed in 599 milliseconds

<<11121314151617181920>>