Searched refs:selection (Results 151 - 175 of 213) sorted by relevance

123456789

/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc1169 // TODO(suzhe): due to a bug of webkit, we can't use selection range with
1171 composition.selection = ui::Range(composition.selection.end());
1180 composition.selection.start(), composition.selection.end());
H A Drender_widget_host_view_views.cc658 // TODO(suzhe): due to a bug of webkit, we can't use selection range with
661 composition.selection.end(),
662 composition.selection.end());
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.h176 virtual VisibleSelection selection() const;
H A DAccessibilityObject.h439 virtual VisibleSelection selection() const { return VisibleSelection(); } function in class:WebCore::AccessibilityObject
/external/webkit/Source/WebCore/page/
H A DPage.h225 const VisibleSelection& selection() const;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm496 // This state is saved each time selection changes, because computing it causes style recalc, which is not always safe to do.
942 if (coreFrame->selection()->isContentRichlyEditable())
1014 return coreFrame ? kit(coreFrame->selection()->toNormalizedRange().get()) : nil;
1858 return coreFrame && coreFrame->selection()->isRange();
1864 return coreFrame && coreFrame->selection()->isCaretOrRange();
1870 return coreFrame && coreFrame->selection()->isCaret();
1876 return coreFrame && coreFrame->selection()->isContentEditable();
2661 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways);
2772 || (frame->editor()->canPaste() && frame->selection()->isContentRichlyEditable()));
2886 // an inactive selection whe
[all...]
H A DWebHTMLRepresentation.mm333 return kit(core([_private->dataSource webFrame])->selection()->currentForm());
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp387 SelectionController* selection = frame->selection(); local
388 if (!selection->selection().isNonOrphanedCaretOrRange()
389 || (selection->selection().isCaret() && !selection->selection().isContentEditable())) {
393 // There was no selection and no focused node, so just put the context
398 // selection
[all...]
/external/webkit/Source/WebKit/win/
H A DWebView.cpp3332 mainFrame->selection()->setFocused(active && mainFrame == focusedFrame);
3423 IntRect ir = enclosingIntRect(frame->selection()->bounds());
3583 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways);
4145 *hasSelectedRange = m_page->mainFrame()->selection()->isRange();
4235 Position start = m_page->mainFrame()->selection()->selection().start();
4237 m_page->mainFrame()->selection()->setBase(start);
4264 m_page->focusController()->focusedOrMainFrame()->selection()->clear();
5302 if (RefPtr<Range> range = targetFrame->selection()->selection()
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp568 RefPtr<Range> range = frame->selection()->toNormalizedRange().get();
570 Element* selectionRoot = frame->selection()->rootEditableElement();
596 Element* selectionRoot = frame->selection()->rootEditableElement();
H A DEditorClientQt.cpp208 // const Selection &selection = m_page->d->page->selection();
210 // selection.formatForDebugger(buffer, sizeof(buffer));
418 Node* start = frame->selection()->start().containerNode();
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc493 void BookmarkEditorGtk::OnSelectionChanged(GtkWidget* selection) { argument
/external/webkit/Source/WebCore/dom/
H A DElement.cpp1008 document()->updateFocusAppearanceSoon(false /* don't restore selection */);
1586 // When focusing an editable element in an iframe, don't reset the selection if it already contains a selection.
1587 if (this == frame->selection()->rootEditableElement())
1590 // FIXME: We should restore the previous selection if there is one.
1593 if (frame->selection()->shouldChangeSelection(newSelection)) {
1594 frame->selection()->setSelection(newSelection);
1595 frame->selection()->revealSelection();
1655 // values returned for the ":selection" pseudo-element will be correct.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli20 selection of types; for more complex argument types, it is necessary to
/external/webkit/Source/WebCore/css/
H A DCSSSelector.cpp301 DEFINE_STATIC_LOCAL(AtomicString, selection, ("selection"));
400 nameToPseudoType->set(selection.impl(), CSSSelector::PseudoSelection);
/external/webkit/Source/WebCore/platform/mac/
H A DClipboardMac.mm373 Pasteboard::writeSelection(m_pasteboard.get(), 0, range, frame->editor()->smartInsertDeleteEnabled() && frame->selection()->granularity() == WordGranularity, frame);
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp380 if (frame()->selection()->isFocusedAndActive() && document()->focusedNode() == node())
418 if (frame()->selection()->isFocusedAndActive() && document()->focusedNode() == node())
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.mm425 primary = frame->selection()->isFocusedAndActive();
/external/webkit/Tools/DumpRenderTree/gtk/fonts/
H A Dfonts.conf18 <!-- This system may have turned off selection of bitmap fonts, but
/external/chromium-trace/
H A Dscript.js137 f);break;case 65:d.panX+=d.xViewVectorToWorld(0.5*f);break;case 68:d.panX-=d.xViewVectorToWorld(0.5*f);break;case 48:case 122:this.setInitialViewport_();break;case 102:this.zoomToSelection_()}}},onMouseWheel_:function(a){if(a.altKey){var d=Math.pow(1.5,a.wheelDeltaY/120);this.zoomBy_(d);a.preventDefault()}},onKeydown_:function(a){if(this.listenToKeys_){var d,f=this.viewport_,c=this.firstCanvas.clientWidth;switch(a.keyCode){case 37:if(d=this.selection.getShiftedSelection(-1))this.setSelectionAndMakeVisible(d),
138 a.preventDefault();else{if(!this.firstCanvas)return;f.panX+=f.xViewVectorToWorld(0.1*c)}break;case 39:if(d=this.selection.getShiftedSelection(1))this.setSelectionAndMakeVisible(d),a.preventDefault();else{if(!this.firstCanvas)return;f.panX-=f.xViewVectorToWorld(0.1*c)}break;case 9:-1==this.focusElement.tabIndex&&(a.shiftKey?this.selectPrevious_(a):this.selectNext_(a),a.preventDefault())}a.shiftKey&&this.dragBeginEvent_&&(a=a.shiftKey,this.dragBeginEvent_&&this.setDragBoxPosition_(this.dragBoxXStart_,
139 this.dragBoxYStart_,this.dragBoxXEnd_,this.dragBoxYEnd_,a))}},onKeyup_:function(a){this.listenToKeys_&&(a.shiftKey||this.dragBeginEvent_&&this.setDragBoxPosition_(this.dragBoxXStart_,this.dragBoxYStart_,this.dragBoxXEnd_,this.dragBoxYEnd_,a.shiftKey))},zoomBy_:function(a){if(this.firstCanvas){var d=this.viewport_,f=this.firstCanvas.clientWidth,c=this.lastMouseViewPos_.x,e=d.xViewToWorld(c);d.scaleX*=a;d.xPanWorldPosToViewPos(e,c,f)}},zoomToSelection_:function(){if(this.selection){var a=this.selection.range,
141 a=this.focusElement.tabIndex?a+" <- : Select previous event on current timeline\n -> : Select next event on current timeline\n":a+"General Navigation\n g/General : Shows grid at the start/end of the selected task\n <-,^TAB : Select previous event on current timeline\n ->, TAB : Select next event on current timeline\n";return a+"\nAlt + Scroll to zoom in/out\nDbl-click to zoom in; Shift dbl-click to zoom out\nf to zoom into selection\nz to reset zoom and pan to initial view\n"},
142 get selection(){return this.selection_},set selection(a){if(!(a instanceof e))throw Error("Expected TimelineSelection");var d;for(d=0;d<this.selection_.length;d++)this.selection_[d].selected=!1;this.selection_=a;base.dispatchSimpleEvent(this,"selectionChange");for(d=0;d<this.selection_.length;d++)this.selection_[d].selected=!0;this.viewport_.dispatchChangeEvent()},setSelectionAndMakeVisible:function(a,d){if(!(a instanceof e))throw Error("Expected TimelineSelection");this.selection=a;var f=this.selection.range,
149 f=d.top,d=d.bottom):(f=Math.min(d.clientY,a.clientY),d=Math.max(d.clientY,a.clientY));var h=this.firstCanvas,c=c-h.offsetLeft,l=l-h.offsetLeft,h=new e;this.modelTrack_.addIntersectingItemsInRangeToSelection(c,l,f,d,h);this.selection
[all...]
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc238 std::vector<std::string> selection; local
239 base::SplitStringAlongWhitespace(selected_tabs, &selection);
240 for (size_t i = 0; i < selection.size(); ++i) {
242 ASSERT_TRUE(base::StringToInt(selection[i], &value));
793 // Now close this contents. The selection should move to the opener contents.
821 // Tests that selection is shifted to the correct tab when a tab is closed.
822 // If a tab is in the background when it is closed, the selection does not
825 // If that tab does not have an opener, selection shifts to the right.
848 // current selection.
858 // Now test that when a tab doesn't have an opener, selection shift
[all...]
/external/libvpx/vpx_scale/arm/armv4/
H A Dgen_scalers_armv4.asm60 mov mask, #255 ; mask for selection
736 ldr mask, =0xff00ff ; mask for selection

Completed in 504 milliseconds

123456789