HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 151 - 175 of 970) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 146 bool* active) {
148 extension_id, type, command, active, BROWSER_ACTION);
155 bool* active) {
157 extension_id, type, command, active, PAGE_ACTION);
164 bool* active) {
166 extension_id, type, command, active, SCRIPT_BADGE);
474 bool* active,
484 if (active)
485 *active = false;
507 if (active)
    [all...]
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 362 // Active audio output device should always be changed by chrome.
363 // During system boot, cras may change active input to unknown device 0x1,
367 << "Active output node changed unexpectedly by system node_id="
376 // Active audio input device should always be changed by chrome.
377 // During system boot, cras may change active input to unknown device 0x2,
381 << "Active input node changed unexpectedly by system node_id="
455 // Set input mute if we have discovered active input device.
505 // If the device we want to switch to is already the current active device,
507 if (new_active_device.active &&
512 // Reset all other input or output devices' active status. The active audi
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 91 group.classList.remove('active');
93 self.assert(group.classList.contains('active'));
98 // Elements inside an active group should not be disabled, and vice versa
107 group.classList.remove('active');
127 // Checkbox only works in active group, `testActivationClicks` tests
129 group.classList.add('active');
157 .classList.contains('active'));
175 .classList.contains('active'));
193 .classList.contains('active'));
211 .classList.contains('active'));
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 86 group.classList.remove('active');
88 self.assert(group.classList.contains('active'));
93 // Elements inside an active group should not be disabled, and vice versa
102 group.classList.remove('active');
122 // Checkbox only works in active group, `testActivationClicks` tests
124 group.classList.add('active');
151 .classList.contains('active'));
169 .classList.contains('active'));
187 .classList.contains('active'));
205 .classList.contains('active'));
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 107 c->rasterizer.procs.activeTexture(c, c->textures.active);
116 * If the active textures are EGLImage, they need to be locked before
172 c->rasterizer.procs.activeTexture(c, c->textures.active);
311 const int active = c->textures.active; local
312 const GLuint name = c->textures.tmu[active].name;
315 texture_unit_t& u(c->textures.tmu[active]);
333 // bind this texture to the current active texture unit
338 invalidate_texture(c, active);
353 // bind this texture to the current active texture uni
367 const int active = c->textures.active; local
384 const int active = c->textures.active; local
620 const int active = c->textures.active; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget.h 88 views::Widget* widget, bool active) OVERRIDE;
91 // no dimmer active, the function will return -1.
  /external/chromium_org/cc/scheduler/
delay_based_time_source.h 30 virtual base::TimeTicks SetActive(bool active) OVERRIDE;
31 virtual bool Active() const OVERRIDE;
frame_rate_controller.h 47 BeginFrameArgs SetActive(bool active);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 148 bool active = shell_window_->GetBaseWindow()->IsActive(); local
149 if (active == is_active_)
151 is_active_ = active;
152 // Let the extension API know that the active window changed.
158 active ? this : NULL);
  /external/chromium_org/chrome/browser/profiles/
avatar_menu.h 45 bool active; member in struct:AvatarMenu::Item
115 // Returns the index of the active profile.
128 // last active browser changes, the menu will need to reference that browser.
  /external/chromium_org/chrome/browser/resources/ntp_android/
mostvisited.css 28 .thumbnail-cell-shade-active {
43 body[device='phone'] #most_visited_list:active .thumbnail-container {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.h 84 virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.h 71 bool active) OVERRIDE;
  /external/chromium_org/chrome/common/extensions/
command.h 52 // |active| specifies whether the command is active or not.
54 const Extension* extension, bool active) const;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/
popup.js 19 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/
popup.js 8 chrome.tabs.query({currentWindow: true, active: true}, function(tabs) {
10 return tab.active;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 9 .raw-button:active {
100 list .close-button:active {
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.css 94 .active-tab-head {
104 .active-tab-body {
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 122 // Set the view's active state (i.e., tint state of controls).
123 virtual void SetActive(bool active) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.h 72 bool active() const { return m_active; } function in class:WebCore::ImplicitAnimation
  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 45 bool active; member in struct:app_list::AppListViewDelegate::User
  /external/chromium_org/ui/views/ime/
mock_input_method.h 59 void SetActive(bool active);
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 58 virtual void OnNativeWidgetActivationChanged(bool active) = 0;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-982.js 34 function g(active) {
36 if (i == active) {

Completed in 3304 milliseconds

1 2 3 4 5 67 8 91011>>