HomeSort by relevance Sort by last modified time
    Searched refs:granularity (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
prefs.js 71 'granularity': undefined,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 651 bool RenderListBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
653 return ScrollableArea::scroll(direction, granularity, multiplier);
    [all...]
RenderBox.cpp 682 bool RenderBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float delta)
693 return layer()->scrollableArea()->scroll(direction, granularity, delta);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 292 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity)
297 return ScrollableArea::scroll(physicalDirection, granularity);
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 153 decoding; this technique is used to allow sample-granularity
  /external/qemu-pc-bios/vgabios/
clext.c 883 mov ax, #0x0010 ;; granularity =16K
1087 mov ah, dl ;; dx=window address in granularity
1101 mov dl, al ;; dx=window address in granularity
  /external/qemu/qapi-auto-generated/
qmp-commands.h 113 void qmp_drive_mirror(const char * device, const char * target, bool has_format, const char * format, MirrorSyncMode sync, bool has_mode, NewImageMode mode, bool has_speed, int64_t speed, bool has_granularity, uint32_t granularity, bool has_buf_size, int64_t buf_size, bool has_on_source_error, BlockdevOnError on_source_error, bool has_on_target_error, BlockdevOnError on_target_error, Error **errp);
qmp-marshal.c 1977 uint32_t granularity; local
    [all...]
qapi-types.h 2254 int64_t granularity; member in struct:BlockDirtyInfo
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 174 * Returns message string of the walker's granularity.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 212 static bool expandSelectionToGranularity(LocalFrame& frame, TextGranularity granularity)
215 selection.expandUsingGranularity(granularity);
326 TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 1205 TextGranularity granularity = selection.isRange() ? WordGranularity : CharacterGranularity; local
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 502 // but only to smart insert if the selection granularity is word granularity.
504 bool smartInsert = smartDelete && innerFrame->selection().granularity() == WordGranularity && dragData->canSmartReplace();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_commands.js 537 // Now, sync our selection based on the current granularity.
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 1906 DWRITE_TRIMMING_GRANULARITY granularity; member in struct:DWRITE_TRIMMING
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 469 void Element::scrollByUnits(int units, ScrollGranularity granularity)
484 toRenderBox(renderer())->scroll(direction, granularity, units);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 1032 milliseconds

1 23 4