/external/webkit/Source/WebCore/platform/mac/ |
D | WheelEventMac.mm | 105 BOOL continuous; 106 wkGetWheelEventDeltas(event, &m_deltaX, &m_deltaY, &continuous); 107 if (continuous) {
|
D | WebCoreSystemInterface.h | 128 extern void (*wkGetWheelEventDeltas)(NSEvent*, float* deltaX, float* deltaY, BOOL* continuous);
|
D | WebCoreSystemInterface.mm | 57 void (*wkGetWheelEventDeltas)(NSEvent*, float* deltaX, float* deltaY, BOOL* continuous);
|
/external/chromium/net/disk_cache/ |
D | mem_entry_impl.cc | 480 int continuous = 0; in GetAvailableRange() local 486 ToChildOffset(*start + continuous); in GetAvailableRange() 492 continuous += data_size; in GetAvailableRange() 496 if (FindNextChild(*start + continuous, len, ¤t_child)) in GetAvailableRange() 499 return continuous; in GetAvailableRange()
|
/external/chromium/chrome/browser/resources/options/ |
D | font_settings.js | 35 standardFontRange.continuous = false; 41 minimumFontRange.continuous = false;
|
D | pref_ui.js | 261 continuous: true, property in PrefRange 299 if (this.continuous) 324 if (!this.continuous)
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 730 // 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/ |
D | gradient_button_cell.h | 97 - (void)setIsContinuousPulsing:(BOOL)continuous;
|
D | gradient_button_cell.mm | 166 // 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/ |
D | pcm.c | 669 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/ |
D | EventSender.h | 144 void handleMouseWheel(const CppArgumentList&, CppVariant*, bool continuous);
|
D | EventSender.cpp | 939 …ventSender::handleMouseWheel(const CppArgumentList& arguments, CppVariant* result, bool continuous) in handleMouseWheel() argument 960 if (continuous) { in handleMouseWheel()
|
/external/bison/src/ |
D | vcg_defaults.h | 157 # define E_LINESTYLE continuous
|
D | vcg.h | 308 continuous, enumerator
|
D | vcg.c | 359 case continuous: return "continuous"; in get_linestyle_str()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | webkit | 111 continuous 112 continuous-capacity-level-indicator
|
D | mozilla | 205 continuous
|
/external/webkit/Source/WebCore/css/ |
D | CSSValueKeywords.in | 541 continuous 617 continuous-capacity-level-indicator
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssvalues.in | 92 continuous
|
/external/libvpx/examples/ |
D | simple_encoder.txt | 68 The frame is read as a continuous block (size width * height * 3 / 2)
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 1070 BOOL continuous; 1076 WKGetWheelEventDeltas(event, &deltaX, &deltaY, &continuous); 1078 if (continuous) { 1092 bool hasPreciseScrollingDeltas = continuous;
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 211 void WKGetWheelEventDeltas(NSEvent *, float *deltaX, float *deltaY, BOOL *continuous);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | TextCheckerMac.mm | 117 …// We call preflightSpellChecker() when turning continuous spell checking on, but we don't need to…
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SourceCSSTokenizer.re2js | 57 …"continuous", "copy", "cover", "crop", "cross", "crosshair", "currentcolor", "cursive", "dashed", …
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPDFView.mm | 687 // 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
|