Searched defs:selection (Results 101 - 125 of 139) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp148 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, const VisibleSelection& selection) argument
159 RefPtrWillBeRawPtr<Element> editableRoot = selection.rootEditableElement();
197 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
409 // And we should only merge here if the selection start was inside a mail blockquote. This prevents against removing a
840 // include the what was the start of the selection that was pasted into, so that we preserve that paragraph's
920 VisibleSelection selection = endingSelection(); local
921 ASSERT(selection.isCaretOrRange());
922 ASSERT(selection.start().deprecatedNode());
923 if (!selection.isNonOrphanedCaretOrRange() || !selection
[all...]
H A Dhtmlediting.cpp1081 // If the end of the selection to modify is just after a table, and
1082 // if the start of the selection is inside that table, then the last paragraph
1089 // If the start of the selection to modify is just before a table,
1090 // and if the end of the selection is inside that table, then the first paragraph
1102 // does not exactly match VisiblePosition iteration, so using them to preserve a selection during an editing
1209 Position adjustedSelectionStartForStyleComputation(const VisibleSelection& selection) argument
1212 // <rdar://problem/4017641> REGRESSION (Mail): you can only bold/unbold a selection starting from end of line once
1213 // It is important to skip certain irrelevant content at the start of the selection, so we do not wind up
1216 VisiblePosition visiblePosition(selection.start());
1220 // if the selection i
[all...]
H A DEditorCommand.cpp93 // Certain operations continue to use the target control's selection even if the event handler
94 // already moved the selection outside of the text control.
140 RefPtrWillBeRawPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection());
165 // Mac: present at the beginning of selection
166 // other: present throughout the selection
216 VisibleSelection selection = frame.selection().selection(); local
217 selection
228 selectionListState(const FrameSelection& selection, const QualifiedName& tagName) argument
1049 RefPtrWillBeRawPtr<Range> selection = frame.editor().selectedRange(); local
1098 const VisibleSelection& selection = frame.selection().selection(); local
1208 const VisibleSelection& selection = frame.editor().selectionForCommand(event); local
1227 const VisibleSelection& selection = frame.editor().selectionForCommand(event); local
1234 const VisibleSelection& selection = frame.editor().selectionForCommand(event); local
1438 const VisibleSelection& selection = frame.selection().selection(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTextEditor.js209 selection: function() { },
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h466 // to other things. The selection rect is expected to have coordinates
468 // where on the screen the selection rect is currently located.
470 int identifier, int activeMatchOrdinal, const WebRect& selection) { }
469 reportFindInPageSelection( int identifier, int activeMatchOrdinal, const WebRect& selection) argument
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_custom_call.cc347 int selection = local
352 start_call = (selection == 1);
582 int selection = FromChoices( local
588 if (selection == 3) {
592 while (selection == 2) {
612 selection = 1;
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc658 const SelectionModel& selection,
662 size_t run_index = GetRunContainingCaret(selection);
666 if (edge.caret_pos() == selection.caret_pos())
674 size_t caret = selection.caret_pos();
700 const SelectionModel& selection,
709 return selection;
715 pos = std::min(selection.caret_pos() + 1, text().length());
718 if (iter.IsWord() && pos > selection.caret_pos())
726 pos = std::max<int>(selection.caret_pos() - 1, 0);
730 if (begin == selection
657 AdjacentCharSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
699 AdjacentWordSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
[all...]
H A Drender_text_win.cc592 const SelectionModel& selection,
596 size_t run_index = GetRunContainingCaret(selection);
600 if (edge.caret_pos() == selection.caret_pos())
608 size_t caret = selection.caret_pos();
636 const SelectionModel& selection,
645 return selection;
649 pos = std::min(selection.caret_pos() + 1, text().length());
652 if (iter.IsWord() && pos > selection.caret_pos())
660 pos = std::max<int>(selection.caret_pos() - 1, 0);
664 if (begin == selection
591 AdjacentCharSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
635 AdjacentWordSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
[all...]
/external/fio/
H A Dgclient.c779 GtkTreeSelection *selection; local
803 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
804 gtk_tree_selection_set_mode(GTK_TREE_SELECTION(selection), GTK_SELECTION_BROWSE);
858 GtkTreeSelection *selection; local
879 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
880 gtk_tree_selection_set_mode(GTK_TREE_SELECTION(selection), GTK_SELECTION_BROWSE);
1056 GtkTreeSelection *selection; local
1072 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
1073 gtk_tree_selection_set_mode(GTK_TREE_SELECTION(selection), GTK_SELECTION_BROWSE);
H A Dgfio.c297 GtkTreeSelection *selection; local
306 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
307 gtk_tree_selection_set_mode(GTK_TREE_SELECTION(selection), GTK_SELECTION_BROWSE);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c25 struct map_symbol *selection; member in struct:hist_browser
197 if (map_symbol__toggle_fold(browser->selection)) {
477 browser->selection = &chain->ms;
535 browser->selection = &chain->ms;
735 browser->selection = &entry->ms;
1434 dso = browser->selection->map ? browser->selection->map->dso : NULL;
1454 if (browser->selection == NULL ||
1455 browser->selection->sym == NULL ||
1456 browser->selection
1748 struct perf_evsel *selection; member in struct:perf_evsel_menu
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... Resize public static final int Dispose public static final int Selection public static final int DefaultSelection public static final int FocusIn ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/d3/src/
H A Dd3.js505 d3.selection = function() {
508 var d3_selectionPrototype = d3.selection.prototype = [];
920 function d3_selection_enter(selection) {
921 d3_subclass(selection, d3_selection_enterPrototype);
922 return selection;
925 d3.selection.enter = d3_selection_enter;
926 d3.selection.enter.prototype = d3_selection_enterPrototype;
8406 d3.transition = function(selection) {
8407 return arguments.length ? d3_transitionInheritId ? selection.transition() : selection
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp996 Element* editable = frame()->selection().rootEditableElementOrDocumentElement();
1017 Element* editable = frame()->selection().rootEditableElementOrDocumentElement();
1085 // If this caret selection has two or more markers, this function replace the range covered by the first marker with the specified word as Microsoft Word does.
1102 // frame()->selection()->isNone() never returns true.
1103 return frame()->selection().start() != frame()->selection().end();
1108 return frame()->selection().toNormalizedRange();
1117 RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange();
1135 RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange();
1144 VisibleSelection selection(positio
1153 FrameSelection& selection = frame()->selection(); local
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc66 // Get the drag selection timer delay, respecting animation scaling for testing.
78 // Get the default command for a given key |event| and selection state.
488 return GetRenderText()->selection();
602 double_click_word_ = GetRenderText()->selection();
658 // Cancel suspected drag initiations, the user was clicking in the selection.
737 // If long-press happens outside selection, select word and try to
738 // activate touch selection.
743 // If touch selection activated successfully, mark event as handled so
748 // If long-press happens on the selection, deactivate touch selection
839 const gfx::Range& selection = render_text->selection(); local
1660 gfx::Range selection = GetRenderText()->selection(); local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp143 template<typename T> inline T selection (bool cond, T a, T b) { return cond ? a : b; }; function in namespace:deqp::gles2::Functional
728 void eval_selection_float (ShaderEvalContext& c) { c.color.x() = selection(c.in[0].z() > 0.0f, c.in[1].x(), c.in[2].y()); }
729 void eval_selection_vec2 (ShaderEvalContext& c) { c.color.yz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 0), c.in[2].swizzle(2, 1)); }
730 void eval_selection_vec3 (ShaderEvalContext& c) { c.color.xyz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 2, 0), c.in[2].swizzle(3, 1, 2)); }
731 void eval_selection_vec4 (ShaderEvalContext& c) { c.color = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(3, 2, 1, 0), c.in[2].swizzle(0, 3, 2, 1)); }
742 void eval_selection_int (ShaderEvalContext& c) { c.color.x() = (float)selection(c.in[0].z() > 0.0f, (int)c.in[1].x(), (int)c.in[2].y()); }
743 void eval_selection_ivec2 (ShaderEvalContext& c) { c.color.yz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 0).asInt(), c.in[2].swizzle(2, 1).asInt()).asFloat(); }
744 void eval_selection_ivec3 (ShaderEvalContext& c) { c.color.xyz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 2, 0).asInt(), c.in[2].swizzle(3, 1, 2).asInt()).asFloat(); }
745 void eval_selection_ivec4 (ShaderEvalContext& c) { c.color = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(3, 2, 1, 0).asInt(), c.in[2].swizzle(0, 3, 2, 1).asInt()).asFloat(); }
752 void eval_selection_bool (ShaderEvalContext& c) { c.color.x() = (float)selection(
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc1003 // Set the converted selection range.
1425 base::string16 selection; local
1427 selection = base::UTF8ToUTF16(string->value());
1430 return selection;
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1184 base::string16 selection = frame_->selectionAsText(); local
1186 new ClipboardHostMsg_FindPboardWriteStringAsync(selection));
1371 // selection.
2476 // to notify the selection was changed. Focus change should be notified
2477 // before selection change.
2567 // selection. If that's the case, update the render view's state just prior
3761 // before and after selection. It is for input method surrounding text
3784 // the selection hasn't actually changed. We don't want to report these
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp988 if (m_frame->selection().isCaretBoundsDirty())
989 m_frame->selection().invalidateCaretRect();
1556 const VisibleSelection &selection = frame.selection().selection(); local
1557 if (!selection.isCaretOrRange())
1560 VisiblePosition visibleStart(selection.visibleStart());
1561 VisiblePosition visibleEnd(selection.visibleEnd());
1574 if (selection.isCaret()) {
2005 m_frame->selection()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp321 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) argument
323 if (selection.selection() != newSelection)
324 selection.setSelection(newSelection);
335 static VisibleSelection expandSelectionToRespectUserSelectAll(Node* targetNode, const VisibleSelection& selection) argument
339 return selection;
341 VisibleSelection newSelection(selection);
348 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity) argument
356 if (selection.isRange())
363 m_frame->selection()
2746 FrameSelection& selection = m_frame->selection(); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp173 template<typename T> inline T selection (bool cond, T a, T b) { return cond ? a : b; }; function in namespace:deqp::gles3::Functional
1069 void eval_selection_float (ShaderEvalContext& c) { c.color.x() = selection(c.in[0].z() > 0.0f, c.in[1].x(), c.in[2].y()); }
1070 void eval_selection_vec2 (ShaderEvalContext& c) { c.color.yz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 0), c.in[2].swizzle(2, 1)); }
1071 void eval_selection_vec3 (ShaderEvalContext& c) { c.color.xyz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 2, 0), c.in[2].swizzle(3, 1, 2)); }
1072 void eval_selection_vec4 (ShaderEvalContext& c) { c.color = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(3, 2, 1, 0), c.in[2].swizzle(0, 3, 2, 1)); }
1095 void eval_selection_int (ShaderEvalContext& c) { c.color.x() = (float)selection(c.in[0].z() > 0.0f, (int)c.in[1].x(), (int)c.in[2].y()); }
1096 void eval_selection_ivec2 (ShaderEvalContext& c) { c.color.yz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 0).asInt(), c.in[2].swizzle(2, 1).asInt()).asFloat(); }
1097 void eval_selection_ivec3 (ShaderEvalContext& c) { c.color.xyz() = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(1, 2, 0).asInt(), c.in[2].swizzle(3, 1, 2).asInt()).asFloat(); }
1098 void eval_selection_ivec4 (ShaderEvalContext& c) { c.color = selection(c.in[0].z() > 0.0f, c.in[1].swizzle(3, 2, 1, 0).asInt(), c.in[2].swizzle(0, 3, 2, 1).asInt()).asFloat(); }
1119 void eval_selection_uint (ShaderEvalContext& c) { c.color.x() = (float)selection(
[all...]
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js3529 var selection = this.calendarPicker.selection();
3532 if (selection) {
3533 firstDayInSelection = selection.firstDay().valueOf();
3534 lastDayInSelection = selection.lastDay().valueOf();
3574 weekNumberCell.setSelected(selection && selection.equals(week));
3838 CalendarPicker.prototype.selection = function() {
3872 var selection = day ? this._dateTypeConstructor.createFromDay(day) : null;
3873 this.setSelectionAndCommit(selection);
[all...]

Completed in 7440 milliseconds

123456