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

12 3 4

  /external/lldb/include/lldb/Core/
InputReader.h 218 // without any granularity
246 GranularityAsCString (lldb::InputReaderGranularity granularity);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
JellyBeanAccessibilityInjector.java 131 final int granularity = arguments.getInt(AccessibilityNodeInfo. local
133 mAccessibilityJSONObject.accumulate("granularity", granularity);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Selection.idl 75 [Default=Undefined] optional DOMString granularity);
EventHandler.cpp 351 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity)
362 granularity = CharacterGranularity;
366 m_frame->selection().setNonDirectionalSelectionIfNeeded(selection, granularity);
524 TextGranularity granularity = CharacterGranularity; local
551 if (m_frame->selection().granularity() != CharacterGranularity) {
552 granularity = m_frame->selection().granularity();
553 newSelection.expandUsingGranularity(m_frame->selection().granularity());
560 updateSelectionForMouseDownDispatchingSelectStart(innerNode, newSelection, granularity);
758 if (m_frame->selection().granularity() != CharacterGranularity
2030 ScrollGranularity granularity = wheelGranularityToScrollGranularity(wheelEvent->deltaMode()); local
2434 ScrollGranularity granularity = ScrollByPixel; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarm_manager.h 43 // The granularity isn't exposed to the extension's javascript, but we poll at
44 // least as often as the shortest alarm's granularity. It's initialized as
48 base::TimeDelta granularity; member in struct:extensions::Alarm
49 // The minimum granularity is the minimum allowed polling rate. This stops
193 // but not more often than the minimum granularity of all alarms.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 77 if (prefs['granularity'] != 'undefined') {
79 /** @type {number} */ (JSON.parse(prefs['granularity'])));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 94 bool expandUsingGranularity(TextGranularity granularity);
160 Position m_start; // Leftmost position when expanded to respect granularity
161 Position m_end; // Rightmost position when expanded to respect granularity
VisibleSelection.cpp 251 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity)
261 validate(granularity);
339 void VisibleSelection::setStartAndEndFromBaseAndExtentRespectingGranularity(TextGranularity granularity)
349 switch (granularity) {
479 void VisibleSelection::validate(TextGranularity granularity)
482 setStartAndEndFromBaseAndExtentRespectingGranularity(granularity);
Editor.cpp 279 return smartInsertDeleteEnabled() && m_frame.selection().granularity() == WordGranularity;
289 bool Editor::deleteWithDirection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction)
297 TypingCommand::deleteKeyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
315 TypingCommand::forwardDeleteKeyPressed(*m_frame.document(), options, granularity);
320 TypingCommand::deleteKeyPressed(*m_frame.document(), options, granularity);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.cpp 135 return event.granularity() == ScrollByPageWheelEvent ? WheelEvent::DOM_DELTA_PAGE : WheelEvent::DOM_DELTA_PIXEL;
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 602 * @param granularity the amount in seconds of slack we will give in
606 public static boolean isOutOfDate(File src, File target, int granularity) {
613 if ((src.lastModified() - granularity) > target.lastModified()) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 225 void WebPluginScrollbarImpl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
234 m_group->scroll(dir, static_cast<WebCore::ScrollGranularity>(granularity), multiplier);
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /external/e2fsprogs/misc/
badblocks.c 744 unsigned int granularity = blocks_at_once; local
829 got = try = granularity - buf_used;
848 if (granularity != 1) {
849 granularity = 1;
892 if ((buf_used != granularity) &&
897 granularity = blocks_at_once;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
group_util.js 109 * for this granularity.
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 230 // Make sure that each aligned block of size "2^granularity" doesn't have
232 static void MakeShadowValid(bool *shadow, int length, int granularity) {
239 if (i % (1 << granularity) == 0) {
259 MakeShadowValid(expected, kSize, /*granularity*/ 3);
261 MakeShadowValid(expected, kSize, /*granularity*/ 3);
271 MakeShadowValid(expected, kSize, /*granularity*/ 3);
273 MakeShadowValid(expected, kSize, /*granularity*/ 3);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp 209 bool RenderEmbeddedObject::scroll(ScrollDirection direction, ScrollGranularity granularity, float)
  /external/qemu/target-i386/
hax-interface.h 101 uint32 granularity : 1; member in struct:segment_desc_t::__anon33852::__anon33853
hax-all.c 678 lhs->granularity = 0;
694 | (rhs->granularity * DESC_G_MASK)
712 lhs->granularity = (flags & DESC_G_MASK) != 0;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
search_widget.js 139 // TODO: Use line granularity in search so we can simply call
465 // TODO: Use line granularity in search so we can simply call
513 * TODO: May not be needed after we just simply use line granularity in search,
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 145 * at a given movement granularity. For example, move to the next character,
177 * at a given movement granularity. For example, move to the next character,
324 * Argument for which movement granularity to be used when traversing the node text.
352 * Argument for whether when moving at granularity to extend the selection
417 * Movement granularity bit for traversing the text of a node by character.
422 * Movement granularity bit for traversing the text of a node by word.
427 * Movement granularity bit for traversing the text of a node by line.
432 * Movement granularity bit for traversing the text of a node by paragraph.
437 * Movement granularity bit for traversing the text of a node by page.
2918 final int granularity = 1 << Integer.numberOfTrailingZeros(granularities); local
    [all...]
AccessibilityEvent.java 230 * <b>View text traversed at movement granularity</b> - represents the event of traversing the
231 * text of a view at a given granularity. For example, moving to the next word.</br>
240 * <li>{@link #getMovementGranularity()} - Sets the granularity at which a view's text
243 * <li>{@link #getFromIndex()} - The start of the next/previous text at the specified granularity
245 * <li>{@link #getToIndex()} - The end of the next/previous text at the specified granularity
250 * <li>{@link #getMovementGranularity()} - Sets the granularity at which a view's text
657 * Represents the event of traversing the text of a view at a given movement granularity.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 650 bool ScrollAnimatorMac::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float delta)
655 return ScrollAnimator::scroll(orientation, granularity, step, delta);
657 if (granularity == ScrollByPixel)
658 return ScrollAnimator::scroll(orientation, granularity, step, delta);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2056 size_t granularity; member in struct:malloc_params
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 233 default granularity, pixel buffers may straddle virtual allocation
2618 size_t granularity; member in struct:malloc_params
    [all...]

Completed in 570 milliseconds

12 3 4