Searched refs:active (Results 76 - 100 of 648) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js257 lastMarker.active = lastMarker.active || model.active();
260 active: model.active(),
288 bar.classList.toggle("media-inspector-marker-inactive", !marker.active);
362 * @param {boolean} active
364 WebInspector.MediaQueryInspector.MediaQueryUIModel = function(cssMedia, minWidthExpression, maxWidthExpression, active)
369 this._active = active;
407 return new WebInspector.MediaQueryInspector.MediaQueryUIModel(cssMedia, minWidthExpression, maxWidthExpression, mediaQuery.active());
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc156 bool active = false; local
162 &active)) {
164 browser_action.ToValue((extension->get()), active));
171 &active)) {
172 extensions_list->Append(page_action.ToValue((extension->get()), active));
187 active = (shortcut_assigned.key_code() != ui::VKEY_UNKNOWN);
190 iter->second.ToValue((extension->get()), active));
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_icon_view_browsertest.cc52 EXPECT_TRUE(view()->active());
86 EXPECT_TRUE(view()->active());
93 EXPECT_FALSE(view()->active());
/external/chromium_org/remoting/host/
H A Dme2me_desktop_environment.cc81 bool active = curtain_->Activate(); local
82 if (!active)
84 return active;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_context.h138 GLuint active; member in struct:i830_hw_state
164 i830->state.active |= flag; \
166 i830->state.active &= ~flag; \
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h138 GLuint active; member in struct:i830_hw_state
164 i830->state.active |= flag; \
166 i830->state.active &= ~flag; \
/external/qemu/android/
H A Dshaper.c101 int active; /* is this shaper active ? */ member in struct:NetShaperRec_
117 shaper->active = 0;
167 shaper->active = 0;
198 shaper->active = 1; /* for the real-time clock */
200 shaper->active = 0;
214 if (!shaper->active || _packet_is_internal(data, size)) {
271 if (!shaper->active || shaper->block_until < 0)
388 int active; member in struct:NetDelayRec_
469 delay->active
[all...]
/external/aac/libAACenc/src/
H A Dtns_func.h106 INT active,
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.css60 .device-tab-entry:active,
67 .device-show-more-tabs:active,
/external/chromium_org/chrome/browser/resources/options/
H A Dsearch_page.js190 * @param {boolean} active True if we are on the search page.
193 setSearchActive_: function(active) {
194 // It's fine to exit if search wasn't active and we're not going to
196 if (!this.searchActive_ && !active)
202 this.searchActive_ = active;
204 if (active) {
232 if (!active)
239 if (active) {
247 if (active) {
248 // When search is active, remov
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
H A Dpopup.js24 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dbackground.js42 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
H A Doptions_widgets.css160 button:not(.custom-appearance):not(.link-button):enabled:active,
161 input[type='button']:not(.custom-appearance):not(.link-button):enabled:active,
162 input[type='submit']:not(.custom-appearance):not(.link-button):enabled:active,
163 select:enabled:active,
164 input[type='checkbox']:enabled:active,
165 input[type='radio']:enabled:active {
171 select:enabled:active {
248 .link-button:active {
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler.cc141 // for any non-active input device, we assume mute is off.
200 void CrasAudioHandler::SetKeyboardMicActive(bool active) { argument
205 // as additional active node.
207 if (active)
221 // If there is no primary active device, set |node_id| to primary active node.
238 // Flags for whether we will actually change active status of input
252 // If the new active device is already active, keep it as active
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Durl_util_dev.h36 bool DocumentCanAccessDocument(const InstanceHandle& active,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h51 bool active() const { return m_requestType & Active; } function in class:blink::HitTestRequest
/external/chromium_org/tools/grit/grit/node/
H A Dio_unittest.py141 active = set(grd.ActiveDescendants())
142 self.failUnless(outputs[0] in active)
144 self.failUnless(outputs[1] in active)
146 self.failUnless(outputs[2] not in active)
/external/chromium_org/ui/views/widget/
H A Dwidget_observer.h44 virtual void OnWidgetActivationChanged(Widget* widget, bool active) {} argument
/external/chromium_org/ui/webui/resources/css/apps/
H A Dtopbutton_bar.css27 .topbutton-bar button:active {
35 .topbutton-bar button:active {
/external/chromium_org/ui/webui/resources/css/
H A Dmenu.css62 menu > :not(hr):-webkit-any([selected], :active) {
78 menu > [selected][checked]:active::before {
/external/smack/src/org/jivesoftware/smackx/packet/
H A DChatStateExtension.java68 state = ChatState.active;
/external/valgrind/main/docs/lib/
H A Dvg_basic.css2 a, a:link, a:visited, a:active { color: #74240f; }
20 code a, code a:link, code a:visited, code a:active, code a:hover {
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Daccessibility_menu.css35 .close-button:active {
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dscope_approval_dialog.css34 .titlebar-close-button:active {
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dgradient_button_cell.h78 active:(BOOL)active

Completed in 633 milliseconds

1234567891011>>