Searched defs:effects (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_utils_win.cc27 WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects) { argument
29 if (effects & DROPEFFECT_COPY)
31 if (effects & DROPEFFECT_LINK)
33 if (effects & DROPEFFECT_MOVE)
H A Dweb_drop_target_win.cc98 DWORD effects) {
105 return interstitial_drop_target_->OnDragEnter(data_object, effects);
122 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));
142 DWORD effects) {
145 OnDragEnter(data_object, key_state, cursor_position, effects);
148 return interstitial_drop_target_->OnDragOver(data_object, effects);
155 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));
95 OnDragEnter(IDataObject* data_object, DWORD key_state, POINT cursor_position, DWORD effects) argument
139 OnDragOver(IDataObject* data_object, DWORD key_state, POINT cursor_position, DWORD effects) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_drag_utils_win.cc27 WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects) { argument
29 if (effects & DROPEFFECT_COPY)
31 if (effects & DROPEFFECT_LINK)
33 if (effects & DROPEFFECT_MOVE)
H A Dweb_drag_dest_win.cc154 DWORD effects) {
171 WinDragOpMaskToWebDragOpMask(effects));
182 return interstitial_drop_target_->OnDragEnter(data_object, effects);
192 WinDragOpMaskToWebDragOpMask(effects),
206 DWORD effects) {
209 OnDragEnter(data_object, key_state, cursor_position, effects);
215 return interstitial_drop_target_->OnDragOver(data_object, effects);
222 WinDragOpMaskToWebDragOpMask(effects),
151 OnDragEnter(IDataObject* data_object, DWORD key_state, POINT cursor_position, DWORD effects) argument
203 OnDragOver(IDataObject* data_object, DWORD key_state, POINT cursor_position, DWORD effects) argument
/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item_views.cc90 DWORD effects; local
94 &effects); local
/external/chromium_org/content/common/media/
H A Dmedia_param_traits.cc28 m->WriteInt(p.effects());
35 frames_per_buffer, channels, input_channels, effects; local
44 !m->ReadInt(iter, &effects))
49 effects);
/external/chromium_org/media/audio/
H A Daudio_parameters.cc39 int frames_per_buffer, int effects)
47 effects_(effects) {
53 int frames_per_buffer, int effects)
61 effects_(effects) {
36 AudioParameters(Format format, ChannelLayout channel_layout, int input_channels, int sample_rate, int bits_per_sample, int frames_per_buffer, int effects) argument
50 AudioParameters(Format format, ChannelLayout channel_layout, int channels, int input_channels, int sample_rate, int bits_per_sample, int frames_per_buffer, int effects) argument
H A Daudio_parameters.h48 // effects should be enabled.
61 int frames_per_buffer, int effects);
65 int frames_per_buffer, int effects);
96 int effects() const { return effects_; } function in class:media::AudioParameters
107 effects_ == other.effects();
/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h38 // An example implementation of effects that doesn't collect anything.
77 // by the type of the state and the effects collected while walking over the
82 // which facts could be invalidated on other control flow paths. The effects
85 // each block at most twice; once for state, and optionally once for effects.
89 // an effects implementation for local analysis.
114 // block, starting with the initial state. Computes effects for nested loops.
128 // Apply loop effects before analyzing loop body.
163 // Computes and caches the loop effects for the loop which has the given
167 Effects* effects = loop_effects_[block->block_id()]; local
168 if (effects !
[all...]
H A Deffects.h39 // A simple struct to represent (write) effects. A write is represented as a
44 // effects.
46 // There are two ways to compose effects: sequentially (they happen one after
85 // Classes encapsulating sets of effects on variables.
87 // Effects maps variables to effects and supports sequential and alternative
99 // store typings. In that case, only definite effects are of interest.
153 Seq(override.effects);
186 void Call(Var var, Effect effect) { effects.Seq(var, new_effect); }
188 Effects effects; member in struct:v8::internal::EffectsMixin::Overrider
264 node_->effects
307 Effects<Var, kNoVar> effects; member in struct:v8::internal::NestedEffectsBase::Node
[all...]
/external/chromium_org/content/public/common/
H A Dmedia_stream_request.h109 : sample_rate(), channel_layout(), frames_per_buffer(), effects() {
117 effects() {
135 int effects; member in struct:content::MediaStreamDevice::AudioDeviceParameters
/external/chromium_org/media/audio/android/
H A Daudio_manager_android.cc115 int effects = AudioParameters::NO_EFFECTS; local
116 effects |= Java_AudioManagerAndroid_shouldUseAcousticEchoCanceler(env) ?
121 buffer_size <= 0 ? kDefaultInputBufferSize : buffer_size, effects);
198 if (params.effects() != AudioParameters::NO_EFFECTS) {
199 // Platform effects can only be enabled through the AudioRecord path.
H A Daudio_android_unittest.cc101 << (params.effects() & AudioParameters::ECHO_CANCELLER);
485 // Override the platform effects setting to use the AudioRecord or OpenSLES
487 int effects = GetParam() ? AudioParameters::ECHO_CANCELLER : local
495 effects);
547 // so that we can log the real (non-overridden) values of the effects.
630 native_params.effects());
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_capturer.cc118 int effects) {
129 bits_per_sample, buffer_size, effects);
147 int effects) {
214 effects); local
288 int effects) {
314 Reconfigure(sample_rate, channel_layout, effects);
354 params.effects());
116 Reconfigure(int sample_rate, media::ChannelLayout channel_layout, int effects) argument
139 Initialize(int render_view_id, media::ChannelLayout channel_layout, int sample_rate, int buffer_size, int session_id, const std::string& device_id, int paired_output_sample_rate, int paired_output_frames_per_buffer, int effects) argument
284 SetCapturerSource( const scoped_refptr<media::AudioCapturerSource>& source, media::ChannelLayout channel_layout, float sample_rate, int effects) argument
H A Dmedia_stream_dependency_factory.cc81 // Map of corresponding media constraints and platform effects.
338 // If any platform effects are available, check them against the
339 // constraints. Disable effects to match false constraints, but if a
342 int effects = device_info.device.input.effects; local
343 if (effects != media::AudioParameters::NO_EFFECTS) {
350 effects &= ~kConstraintEffectMap[i].effect;
353 } else if (effects & kConstraintEffectMap[i].effect) {
362 device_info.device.input.effects = effects;
[all...]
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc90 const char kEffectsPluginMimeType[] ="application/x-ppapi-hangouts-effects";
222 // TODO(vrk): Remove this when NaCl effects plugin replaces the ppapi effects
227 content::PepperPluginInfo effects; local
228 effects.path = path;
229 effects.name = kEffectsPluginName;
230 effects.is_out_of_process = true;
231 effects.is_sandboxed = true;
232 effects.permissions = kEffectsPluginPermissions;
236 effects
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc585 DWORD effects; local
587 drag_source.get(), DROPEFFECT_COPY | DROPEFFECT_LINK, &effects); local
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h473 * Applies any/all effects (patheffect, stroking) to src, returning the
919 effects in the paint (e.g. stroking). If needed, it uses the storage
940 // ultra fast-case: filling with no effects that affect geometry
942 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); local
943 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter());
944 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect());
945 if (!effects) {
/external/skia/include/core/
H A DSkPaint.h473 * Applies any/all effects (patheffect, stroking) to src, returning the
919 effects in the paint (e.g. stroking). If needed, it uses the storage
940 // ultra fast-case: filling with no effects that affect geometry
942 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); local
943 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter());
944 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect());
945 if (!effects) {
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc263 DWORD effects; local
265 this, DROPEFFECT_MOVE | DROPEFFECT_LINK, &effects); local
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc809 HRESULT result, IBindCtx* reserved, DWORD effects) {
808 EndOperation( HRESULT result, IBindCtx* reserved, DWORD effects) argument
/external/kernel-headers/original/linux/
H A Dinput.h153 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time */
946 * Structures used in ioctls to upload effects to a device
1185 * @sndbit: bitmap of sound effects supported by the device
1186 * @ffbit: bitmap of force feedback effects supported by the device
1201 * supports force feedback effects
1216 * @snd: reflects current state of sound effects
1225 * feedback effects loaded into the device when disconnecting
1608 * @max_effects: maximum number of effects supported by device
1609 * @effects: pointer to an array of effects currentl
1640 struct ff_effect *effects; member in struct:ff_device
[all...]

Completed in 559 milliseconds