HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 126 - 150 of 558) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 68 bool active) OVERRIDE;
  /external/quake/quake/src/WinQuake/
cvar.cpp 125 if (sv.active)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h 26 bool active; member in struct:gl::TranslatedAttribute
  /external/webkit/Source/WebCore/dom/
ContainerNode.h 65 virtual void setActive(bool active = true, bool pause = false);
  /external/webkit/Source/WebCore/html/
HTMLButtonElement.cpp 130 if (active())
HTMLLabelElement.cpp 89 if (down == active())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 135 int active; member in struct:dsp_pcm_channel_descriptor
cs8427.h 60 #define CS8427_INTACTHIGH (0<<1) /* active high */
61 #define CS8427_INTACTLOW (1<<1) /* active low */
62 #define CS8427_INTOPENDRAIN (2<<1) /* open drain, active low */
198 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
soc.h 225 unsigned int active:1; /* stream is in use */ member in struct:snd_soc_pcm_stream
289 unsigned int active; member in struct:snd_soc_codec_dai
326 unsigned char active:1; member in struct:snd_soc_cpu_dai
345 unsigned int active; member in struct:snd_soc_codec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 135 int active; member in struct:dsp_pcm_channel_descriptor
cs8427.h 60 #define CS8427_INTACTHIGH (0<<1) /* active high */
61 #define CS8427_INTACTLOW (1<<1) /* active low */
62 #define CS8427_INTOPENDRAIN (2<<1) /* open drain, active low */
198 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
soc.h 225 unsigned int active:1; /* stream is in use */ member in struct:snd_soc_pcm_stream
289 unsigned int active; member in struct:snd_soc_codec_dai
326 unsigned char active:1; member in struct:snd_soc_cpu_dai
345 unsigned int active; member in struct:snd_soc_codec
  /sdk/templates/docs/
default.css 54 a:active, a:focus {
62 a:active *, a:focus * {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 417 // Case 2: "Use the same proxy for all protocols" in an active section
420 t.parentNode.parentNode.parentNode.classList.contains('active')
428 // Case 4: Click on something random: maybe changing active config group?
445 * Sets the form's active config group.
455 el.classList.add('active');
458 el.classList.remove('active');
467 * on the currently active group, and that group's contents.
477 if (el.classList.contains('active')) {
583 var active = document.getElementsByClassName('active')[0]
    [all...]
  /external/webkit/Source/WebCore/css/
html.css 557 input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active {
561 input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 117 a:active {
636 ul#title-tabs li a:active {
921 .download-button:active {
1139 a:focus, a:hover, a:active {
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 113 a:active {
631 ul#title-tabs li a:active {
904 .download-button:active {
1116 a:focus, a:hover, a:active {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 117 a:active {
635 ul#title-tabs li a:active {
908 .download-button:active {
1126 a:focus, a:hover, a:active {
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 222 BTIF_TRACE_DEBUG6("%s mdep_id =%d, item_idx=%d active=%d mdl_id=%d time=%d",
224 p_mdl_cfg->active,
293 if (p->active)
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 119 BOOLEAN active; member in struct:__anon2904
215 BOOLEAN active; member in struct:__anon2912
  /external/chromium/chrome/browser/extensions/
extension_updater.h 49 // Used for counting number of active users of an app, where "active" means
50 // the app was launched at least once since the last active ping.
51 ACTIVE
55 // The number of days it's been since our last rollcall or active ping,
62 PingData(int rollcall, int active)
63 : rollcall_days(rollcall), active_days(active) {}
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 35 int active = trial->AppendGroup("active", 5); // 0.5% in active group. local
37 bool run_experiment = (trial->group() == active);
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 119 bool active = add_types & ADD_ACTIVE; local
138 if (active) {
140 // confusing by having multiple groups active at the same time.
146 if (active) {
148 // confusing by having multiple groups active at the same time.
159 TabInsertedAt(contents, index, active));
161 if (active) {
180 // When the active tab contents is replaced send out selected notification
227 // Move the active and anchor to the first selected index.
229 selection_model_.set_anchor(selection_model_.active());
    [all...]
  /external/qemu/audio/
audio_int.h 118 int active; member in struct:SWVoiceOut
129 int active; member in struct:SWVoiceIn
  /external/quake/quake/src/QW/server/
server.h 38 qboolean active; // false when server is going down member in struct:__anon14364
206 double active; member in struct:__anon14367

Completed in 1146 milliseconds

1 2 3 4 56 7 8 91011>>