HomeSort by relevance Sort by last modified time
    Searched full:selection (Results 326 - 350 of 3967) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.mm 90 // to bind to the selection of the tree controller, the bind seems to
92 // selection.self rather than just selection below.
95 withKeyPath:@"selection.self"
  /external/chromium_org/chrome/browser/ui/cocoa/
task_manager_mac_unittest.mm 117 // Check that the selection has moved to row 1.
118 NSIndexSet* selection = [table selectedRowIndexes];
119 ASSERT_EQ(1u, [selection count]);
120 EXPECT_EQ(1u, [selection firstIndex]);
  /external/chromium_org/chrome/common/extensions/
OWNERS 1 # Extension and apps team owners. Use file history to guide reviewer selection
  /external/chromium_org/chrome/renderer/resources/extensions/
OWNERS 1 # Extension and apps team owners. Use file history to guide reviewer selection
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java 16 * An ActionMode.Callback for in-page selection. This class handles both the editable and
21 * An interface to retrieve information about the current selection, and also to perform
22 * actions based on the selection or when the action bar is dismissed.
56 * @return true iff the current selection is editable (e.g. text within an input field).
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
AdapterInputConnectionTest.java 124 assertEquals("Selection start did not match", selectionStart, state.selectionStart);
125 assertEquals("Selection end did not match", selectionEnd, state.selectionEnd);
156 assertEquals("Selection start did not match", selectionStart, actual.selectionStart);
157 assertEquals("Selection end did not match", selectionEnd, actual.selectionEnd);
  /external/chromium_org/content/test/data/
touch_selection.html 21 // Focusing the textfiled selects its text. Collapse selection to a cursor.
  /external/chromium_org/ppapi/c/dev/
ppp_selection_dev.h 32 * Returns the selection, either as plain text or as html depending on "html".
  /external/chromium_org/third_party/WebKit/ManualTests/
mutate-unfocused-text-with-selection.html 4 <p>This tests modifying a text node with selection but without a focus.
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 110 // the selection only when there were no selected characters on OS X.
113 // First select from selectedText to check for multiple word selection.
116 // If some texts were already selected, we don't change the selection.
124 // Selection is empty, so change the selection to the word under the cursor.
139 // selected. Set the selection to that position only, and do not expand.
141 selectedFrame->selection().setSelection(VisibleSelection(pos));
143 // On non-Mac, right-click should not make a range selection in any case.
144 selectedFrame->selection().setSelection(VisibleSelection(pos));
156 VisibleSelection selection = selectedFrame->selection().selection() local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming.h 24 virtual void visitSelection(TGraphSelection* selection);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.h 39 uint32_t clip_mode; /* clip/cull selection */
  /external/chromium_org/third_party/mesa/src/src/glsl/
hir_field_selection.cpp 41 /* There are two kinds of field selection. There is the selection of a
42 * specific field from a structure, and there is the selection of a
44 * by the base type of the thing to which the field selection operator is
  /external/chromium_org/third_party/ots/src/
os2.h 35 uint16_t selection; member in struct:ots::OpenTypeOS2
  /external/chromium_org/ui/app_list/
search_box_model_observer.h 24 // Invoked when selection model is changed.
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 23 // Constants defining the visual attributes of selection handles
52 // Padding around the selection handle defining the area that will be included
115 // A View that displays the text selection handle.
302 // We need to reposition only the selection handle that is being dragged.
303 // The other handle stays the same. Also, the selection handle being dragged
304 // will always be at the end of selection, while the other handle will be at
311 // Temporary fix for selection handle going outside a window. On a webpage,
312 // the page should scroll if the selection handle is dragged outside the
324 // selection and the other handle to the start of selection
    [all...]
  /external/clang/test/Driver/
target.c 7 // Also, ensure we don't blindly hand our target selection logic down to GCC.
  /external/jpeg/
rdgif.c 27 * The module selection routine for GIF format input.
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 39 uint32_t clip_mode; /* clip/cull selection */
  /external/mesa3d/src/glsl/
hir_field_selection.cpp 41 /* There are two kinds of field selection. There is the selection of a
42 * specific field from a structure, and there is the selection of a
44 * by the base type of the thing to which the field selection operator is
  /external/qemu/distrib/jpeg-6b/
rdgif.c 27 * The module selection routine for GIF format input.
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java 49 // now check for selection callbacks. Nothing should be clicked or selected.
83 // now check for selection callbacks.
101 // now check for selection callbacks.
135 // now check for selection callbacks.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomTest.java 57 assertEquals("Selection still available after touch", -1,
74 assertEquals("Selection still available after touch", -1,
91 assertEquals("Selection still available after touch", -1,
108 assertEquals("Selection still available after touch", -1,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOffScreenNextSelectableTest.java 67 assertEquals("selection should not have moved yet",
71 assertEquals("selection should have moved",
94 assertEquals("selection should not have moved yet",
98 assertEquals("selection should have moved",
  /frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java 49 public int delete(String callingPackage, Uri url, String selection, String[] selectionArgs)
79 public Cursor query(String callingPackage, Uri url, String[] projection, String selection,
85 public EntityIterator queryEntities(Uri url, String selection, String[] selectionArgs,
90 public int update(String callingPackage, Uri url, ContentValues values, String selection,

Completed in 880 milliseconds

<<11121314151617181920>>