Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 25 of 177) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSurroundingTextTest.cpp47 VisibleSelection selection; in select() local
58 VisibleSelection selection = select(0); in TEST_F() local
67 VisibleSelection selection = select(0); in TEST_F() local
77 VisibleSelection selection = select(0); in TEST_F() local
88 VisibleSelection selection = select(7); in TEST_F() local
97 VisibleSelection selection = select(6); in TEST_F() local
106 VisibleSelection selection = select(6); in TEST_F() local
120 VisibleSelection selection = select(0, 5); in TEST_F() local
129 VisibleSelection selection = select(0, 5); in TEST_F() local
138 VisibleSelection selection = select(0, 5); in TEST_F() local
[all …]
DDOMSelection.cpp80 static Position anchorPosition(const VisibleSelection& selection) in anchorPosition()
86 static Position focusPosition(const VisibleSelection& selection) in focusPosition()
92 static Position basePosition(const VisibleSelection& selection) in basePosition()
97 static Position extentPosition(const VisibleSelection& selection) in extentPosition()
178 FrameSelection& selection = m_frame->selection(); in type() local
229 const VisibleSelection& selection = m_frame->selection().selection(); in collapseToEnd() local
244 const VisibleSelection& selection = m_frame->selection().selection(); in collapseToStart() local
405 FrameSelection& selection = m_frame->selection(); in addRange() local
446 FrameSelection& selection = m_frame->selection(); in deleteFromDocument() local
465 FrameSelection& selection = m_frame->selection(); in containsNode() local
DEditCommand.cpp73 void EditCommand::setStartingSelection(const VisibleSelection& selection) in setStartingSelection()
91 void EditCommand::setEndingSelection(const VisibleSelection& selection) in setEndingSelection()
/external/chromium-trace/trace-viewer/src/tracing/analysis/
Danalysis_view.js60 get selection() { getter in AnalysisView
64 set selection(selection) { setter in AnalysisView
67 var state = {
98 processSelection: function(selection) { argument
/external/chromium_org/chrome/browser/history/
Dhistory_backend_android.cc21 const std::string& selection, in QueryHistoryAndBookmarks()
34 const std::string& selection, in UpdateHistoryAndBookmarks()
45 const std::string& selection, in DeleteHistoryAndBookmarks()
56 const std::string& selection, in DeleteHistory()
101 const std::string& selection, in UpdateSearchTerms()
112 const std::string& selection, in DeleteSearchTerms()
124 const std::string& selection, in QuerySearchTerms()
/external/chromium-trace/trace-viewer/src/cc/
Dlayer_tree_host_impl_view.js71 get selection() { getter in LayerTreeHostImplSnapshotView
75 set selection(selection) { argument
Dlayer_viewer.js54 get selection() { getter in LayerViewer
58 set selection(newValue) { setter in LayerViewer
Dlayer_picker.js175 get selection() { getter in LayerPicker
179 set selection(selection) { setter in LayerPicker
/external/chromium_org/chrome/browser/history/android/
Dandroid_history_provider_service.cc24 const std::string& selection, in QueryHistoryAndBookmarks()
53 const std::string& selection, in UpdateHistoryAndBookmarks()
79 const std::string& selection, in DeleteHistoryAndBookmarks()
127 const std::string& selection, in DeleteHistory()
214 const std::string& selection, in UpdateSearchTerms()
240 const std::string& selection, in DeleteSearchTerms()
266 const std::string& selection, in QuerySearchTerms()
Dandroid_provider_backend.cc206 const std::string& selection, in QueryHistoryAndBookmarks()
225 const std::string& selection, in UpdateHistoryAndBookmarks()
257 const std::string& selection, in DeleteHistoryAndBookmarks()
274 const std::string& selection, in DeleteHistory()
291 const std::string& selection, in UpdateHistoryAndBookmarks()
424 const std::string& selection, in DeleteHistoryAndBookmarks()
449 const std::string& selection, in DeleteHistory()
506 const std::string& selection, in QuerySearchTerms()
544 const std::string& selection, in UpdateSearchTerms()
643 const std::string& selection, in DeleteSearchTerms()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DEditingLocationHistoryManager.js94 _updateActiveState: function(selection) argument
109 _pushActiveState: function(selection) argument
141 …EditingLocationHistoryEntry = function(sourcesView, editingLocationManager, sourceFrame, selection) argument
168 _positionFromSelection: function(selection) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DChromeBrowserProvider.java258 private String buildSuggestWhere(String selection, int argc) { in buildSuggestWhere()
272 private Cursor getBookmarkHistorySuggestions(String selection, String[] selectionArgs, in getBookmarkHistorySuggestions()
323 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
414 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete()
463 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
1013 private Cursor queryBookmarkFromAPI(String[] projectionIn, String selection, in queryBookmarkFromAPI()
1026 private int updateBookmarkFromAPI(ContentValues values, String selection, in updateBookmarkFromAPI()
1034 private int removeBookmarkFromAPI(String selection, String[] selectionArgs) { in removeBookmarkFromAPI()
1038 private int removeHistoryFromAPI(String selection, String[] selectionArgs) { in removeHistoryFromAPI()
1065 private int updateSearchTermFromAPI(ContentValues values, String selection, in updateSearchTermFromAPI()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorLoader.java15 private String selection; field in ShadowCursorLoader
23 …public void __constructor__(Context context, Uri uri, String[] projection, String selection, Strin… in __constructor__()
58 public void setSelection(String selection) { in setSelection()
/external/svox/pico/src/com/svox/pico/providers/
DSettingsProvider.java61 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete()
81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
90 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCursorLoaderTest.java19 String selection = "_id = ?"; in testGetters() local
40 String selection = "_id = ?"; in testSetters() local
/external/chromium_org/ui/base/x/
Dselection_requestor_unittest.cc46 void SendSelectionNotify(XAtom selection, in SendSelectionNotify()
115 XAtom selection, in PerformBlockingConvertSelection()
136 XAtom selection = atom_cache_.GetAtom("FAKE_SELECTION"); in TEST_F() local
Dselection_requestor.cc78 XAtom selection, in PerformBlockingConvertSelection()
116 XAtom selection, in PerformBlockingConvertSelectionWithParameter()
124 XAtom selection, in RequestAndWaitForTypes()
305 SelectionRequestor::Request::Request(XAtom selection, in Request()
/external/chromium_org/remoting/host/linux/
Dx_server_clipboard.cc140 void XServerClipboard::OnSetSelectionOwnerNotify(Atom selection, in OnSetSelectionOwnerNotify()
352 void XServerClipboard::RequestSelectionTargets(Atom selection) { in RequestSelectionTargets()
357 void XServerClipboard::RequestSelectionString(Atom selection, Atom target) { in RequestSelectionString()
362 void XServerClipboard::AssertSelectionOwnership(Atom selection) { in AssertSelectionOwnership()
371 bool XServerClipboard::IsSelectionOwner(Atom selection) { in IsSelectionOwner()
/external/chromium-trace/trace-viewer/src/tcmalloc/
Dheap_instance_track.js166 loWX, hiWX, viewPixWidthWorld, selection) { argument
189 addItemNearToProvidedHitToSelection: function(hit, offset, selection) { argument
204 addAllObjectsMatchingFilterToSelection: function(filter, selection) { argument
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dcontainer_track.js59 loVX, hiVX, loY, hiY, selection) { argument
73 addAllObjectsMatchingFilterToSelection: function(filter, selection) { argument
Dobject_instance_track.js169 loWX, hiWX, viewPixWidthWorld, selection) { argument
211 addItemNearToProvidedHitToSelection: function(hit, offset, selection) { argument
232 addAllObjectsMatchingFilterToSelection: function(filter, selection) { argument
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dpreview_panel.js190 PreviewPanel.prototype.setSelection = function(selection) { argument
408 set selection(value) { setter in PreviewPanel.Thumbnails
428 PreviewPanel.Thumbnails.prototype.loadThumbnails_ = function(selection) { argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
Dcontent_script.js7 "selection": window.getSelection().toString() property
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DSimpleTestCursor.java11 public String selection; field in SimpleTestCursor
20 …public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, Strin… in setQuery()
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura_browsertest.cc187 std::string selection; in IN_PROC_BROWSER_TEST_F() local
242 std::string selection; in IN_PROC_BROWSER_TEST_F() local
297 std::string selection; in IN_PROC_BROWSER_TEST_F() local
353 std::string selection; in IN_PROC_BROWSER_TEST_F() local
385 std::string selection; in IN_PROC_BROWSER_TEST_F() local

12345678