Home
last modified time | relevance | path

Searched refs:continuous (Results 1 – 25 of 58) sorted by relevance

123

/external/webkit/Source/WebCore/platform/mac/
DWheelEventMac.mm105 BOOL continuous;
106 wkGetWheelEventDeltas(event, &m_deltaX, &m_deltaY, &continuous);
107 if (continuous) {
DWebCoreSystemInterface.h128 extern void (*wkGetWheelEventDeltas)(NSEvent*, float* deltaX, float* deltaY, BOOL* continuous);
DWebCoreSystemInterface.mm57 void (*wkGetWheelEventDeltas)(NSEvent*, float* deltaX, float* deltaY, BOOL* continuous);
/external/chromium/net/disk_cache/
Dmem_entry_impl.cc480 int continuous = 0; in GetAvailableRange() local
486 ToChildOffset(*start + continuous); in GetAvailableRange()
492 continuous += data_size; in GetAvailableRange()
496 if (FindNextChild(*start + continuous, len, &current_child)) in GetAvailableRange()
499 return continuous; in GetAvailableRange()
/external/chromium/chrome/browser/resources/options/
Dfont_settings.js35 standardFontRange.continuous = false;
41 minimumFontRange.continuous = false;
Dpref_ui.js261 continuous: true, property in PrefRange
299 if (this.continuous)
324 if (!this.continuous)
/external/webkit/Source/WebKit/chromium/src/mac/
DWebInputEventFactory.mm730 // trackpad/Mighty Mouse is used (which both provide continuous scrolling).
739 // whether you scrolled a little at a time or in one continuous motion. Some
773 // A note about continuous devices
776 // There are two devices that provide continuous scrolling events (trackpads
785 // For continuous devices (kCGScrollWheelEventIsContinuous != 0)
805 // continuous. If it is not, then use the FixedPtDelta events (or just stick
807 // scrolling. If the event is continuous, then doing pixel scrolling with the
829 // websites to malfunction. Therefore, for all continuous input devices we use
831 // from data from any other continuous device.
/external/chromium/chrome/browser/ui/cocoa/
Dgradient_button_cell.h97 - (void)setIsContinuousPulsing:(BOOL)continuous;
Dgradient_button_cell.mm166 // Semantics of continuous pulsing are that we pulse independent
181 - (void)setIsContinuousPulsing:(BOOL)continuous {
182 if (!continuous && pulseState_ != gradient_button_cell::kPulsingContinuous)
184 if (continuous) {
/external/tinyalsa/
Dpcm.c669 unsigned int continuous, copy_frames, avail; in pcm_mmap_begin() local
680 continuous = pcm->buffer_size - *offset; in pcm_mmap_begin()
686 if (copy_frames > continuous) in pcm_mmap_begin()
687 copy_frames = continuous; in pcm_mmap_begin()
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.h144 void handleMouseWheel(const CppArgumentList&, CppVariant*, bool continuous);
DEventSender.cpp939 …ventSender::handleMouseWheel(const CppArgumentList& arguments, CppVariant* result, bool continuous) in handleMouseWheel() argument
960 if (continuous) { in handleMouseWheel()
/external/bison/src/
Dvcg_defaults.h157 # define E_LINESTYLE continuous
Dvcg.h308 continuous, enumerator
Dvcg.c359 case continuous: return "continuous"; in get_linestyle_str()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dwebkit111 continuous
112 continuous-capacity-level-indicator
Dmozilla205 continuous
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in541 continuous
617 continuous-capacity-level-indicator
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in92 continuous
/external/libvpx/examples/
Dsimple_encoder.txt68 The frame is read as a continuous block (size width * height * 3 / 2)
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm1070 BOOL continuous;
1076 WKGetWheelEventDeltas(event, &deltaX, &deltaY, &continuous);
1078 if (continuous) {
1092 bool hasPreciseScrollingDeltas = continuous;
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h211 void WKGetWheelEventDeltas(NSEvent *, float *deltaX, float *deltaY, BOOL *continuous);
/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm117 …// We call preflightSpellChecker() when turning continuous spell checking on, but we don't need to…
/external/webkit/Source/WebCore/inspector/front-end/
DSourceCSSTokenizer.re2js57 …"continuous", "copy", "cover", "crop", "cross", "crosshair", "currentcolor", "cursive", "dashed", …
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm687 // Skip pages that aren't visible (needed for non-continuous modes, see 5362989)
786 } // else in continuous modes, scroll position gets us to the right page
805 } // else in continuous modes, scroll position gets us to the right page

123