Searched +refs:get +refs:selection (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm258 if (frame.selection().selection().isContentEditable()) {
262 frame.selection().setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
285 frame.selection().setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
307 frame.selection().setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
322 if (range && TextIterator::getLocationAndLengthFromRange(frame.selection().rootEditableElementOrDocumentElement(), range.get(), locationSiz
[all...]
H A DServicesOverlayController.mm96 setDDHighlight(ddHighlight.get());
99 // in our animations, we get the right initial value regardless of flush timing.
121 CGRect highlightBoundingRect = DDHighlightGetBoundingRect(m_ddHighlight.get());
170 RefPtr<PlatformCAAnimation> platformAnimation = PlatformCAAnimationMac::create(animation.get());
171 toGraphicsLayerCA(layer())->platformCALayer()->addAnimationForKey("FadeHighlightIn", platformAnimation.get());
188 RefPtr<PlatformCAAnimation> platformAnimation = PlatformCAAnimationMac::create(animation.get());
189 toGraphicsLayerCA(layer())->platformCALayer()->addAnimationForKey("FadeHighlightOut", platformAnimation.get());
279 // First stitch together all the rects on the first line of the selection.
293 // Next stitch together all the rects on the last line of the selection.
422 if (m_webPage.corePage()->focusController().focusedOrMainFrame().selection()
[all...]
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebFrameIOS.mm102 frame->selection().clearCurrentSelection();
111 FrameSelection& frameSelection = frame->selection();
135 Range *markedTextRange = frame->editor().compositionRange().get();
188 FrameSelection& frameSelection = frame->selection();
189 VisiblePosition end(frameSelection.selection().end());
198 const VisibleSelection& originalSelection = frame->selection().selection();
201 frame->selection().moveTo(start, originalSelection.end());
204 frame->selection().moveTo(originalSelection.start(), end);
248 return [self selectionRectsForCoreRange:frame->selection()
[all...]
H A DWebVisiblePosition.mm299 return kit(enclosingTextUnitOfGranularity([self _visiblePosition], toTextGranularity(granularity), toSelectionDirection(direction)).get());
310 // Selection rule: If the selection is before the first character or
349 // See how far the selection extends into the current word.
438 return kit(range.get());
467 return kit(range.get());
502 VisibleSelection selection([self.startPosition _visiblePosition], [self.endPosition _visiblePosition]);
503 selection = FrameSelection::wordSelectionContainingCaretSelection(selection);
504 WebVisiblePosition *start = [WebVisiblePosition _wrapVisiblePosition:selection.visibleStart()];
505 WebVisiblePosition *end = [WebVisiblePosition _wrapVisiblePosition:selection
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DFindControllerIOS.mm82 IntRect matchRect = enclosingIntRect(selectedFrame.selection().selectionBounds(false));
88 m_webPage->uninstallPageOverlay(m_findIndicatorOverlay.get());
91 m_findIndicatorOverlay = PageOverlay::create(m_findIndicatorOverlayClient.get(), PageOverlay::OverlayType::Document);
109 m_webPage->uninstallPageOverlay(m_findIndicatorOverlay.get());
120 coreFrame->selection().setUpdateAppearanceEnabled(true);
127 coreFrame->selection().setUpdateAppearanceEnabled(false);
135 coreFrame->selection().setUpdateAppearanceEnabled(false);
H A DWebPageIOS.mm110 NSData *remoteToken = WKAXRemoteToken(uuid.get());
154 resetViewportDefaultConfiguration(m_mainFrame.get());
424 if (!frame.editor().ignoreCompositionSelectionChange() && (frame.editor().hasComposition() || !frame.selection().selection().isNone()))
463 // Only dispatch the click if the document didn't get changed by any timers started by the move event.
465 completeSyntheticClick(m_pendingSyntheticClickNode.get(), m_pendingSyntheticClickLocation);
493 elementDidFocus(newFocusedElement.get());
544 sendTapHighlightForNodeIfNecessary(requestID, m_potentialTapNode.get());
603 toElement(m_assistedNode.get())->blur();
610 if (isHTMLInputElement(m_assistedNode.get())) {
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dentry.test32 .e get
36 .e selection range 1 3
37 selection get
42 .e get
119 .e selection range 0 end
123 selection get
128 selection get
[all...]
H A Dcombobox.test28 .cb get
54 lappend result Event [winfo ismapped .cb.popdown] [.cb get]
56 lappend result Start 0 [.cb get]
58 lappend result Post [winfo ismapped .cb.popdown] [.cb get]
59 .cb.popdown.f.l selection clear 0 end; .cb.popdown.f.l selection set 1
61 lappend result Select [winfo ismapped .cb.popdown] [.cb get]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm325 frame->_private->coreFrame = coreFrame.get();
330 ownerElement->document().frame()->tree().appendChild(coreFrame.get());
396 ASSERT(_private->scriptDebugger.get() == globalObject->debugger());
504 // optimization for common case to avoid creating potentially large selection string
507 return coreFrame->selection().isRange();
558 // While we're in the general area of selection and frames, check that there is only one now.
742 _private->coreFrame->selection().setCaretRectNeedsUpdate();
743 _private->coreFrame->selection().updateAppearance();
764 FrameSelection& frameSelection = coreFrame->selection();
781 if (_private->coreFrame->selection()
[all...]
H A DWebTextCompletionController.mm183 DOMRange *selection = kit(core(frame)->selection().toNormalizedRange().get());
187 [prefix setEnd:[selection startContainer] offset:[selection startOffset]];
213 _originalString = [[frame _stringForRange:selection] retain];
301 return NO; // let the char get inserted
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dbrowse64 bind .list <Double-Button-1> {foreach i [selection get] {browse $dir $i}}
H A Drolodex74 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
85 puts stderr [format "%-12s %s" [lindex $names $i] [.frame.entry$i get]]
186 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dbrowse62 bind .list <Double-Button-1> {foreach i [selection get] {browse $dir $i}}
H A Drolodex68 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
79 puts stderr [format "%-12s %s" [lindex $names $i] [.frame.entry$i get]]
180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DFindController.cpp110 if (frame->selection().isRange())
130 selectedFrame->selection().clear();
189 m_findPageOverlay = findPageOverlay.get();
202 // iOS will reveal the selection through a different mechanism, and
203 // we need to avoid sending the non-painted selection change to the UI process
204 // so that it does not clear the selection out from under us.
214 FrameSelection& fs = selectedFrame->selection();
260 selectionRect = enclosingIntRect(frame.selection().selectionBounds());
288 frame.view()->paint(graphicsContext.get(), paintRect);
304 VisibleSelection oldSelection = frame->selection()
[all...]
H A DWebPage.cpp236 WebProcess::shared().injectedBundle()->didCreatePage(page.get());
377 WebCore::provideBatteryTo(m_page.get(), new WebBatteryClient(this));
380 WebCore::provideGeolocationTo(m_page.get(), new WebGeolocationClient(this));
383 WebCore::provideNotification(m_page.get(), new WebNotificationClient(this));
386 WebCore::provideVibrationTo(m_page.get(), new WebVibrationClient(this));
389 WebCore::provideDeviceProximityTo(m_page.get(), new WebDeviceProximityClient(this));
572 // It would be nice to get rid of this code and transition all clients to using didLayout instead of
704 const VisibleSelection& selection = frame.selection().selection(); local
4218 setCompositionAsync(const String& text, Vector<CompositionUnderline> underlines, const EditingRange& selection, const EditingRange& replacementEditingRange) argument
[all...]
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp345 return mapKey ? keyDownCommandsMap->get(mapKey) : 0;
349 return mapKey ? keyPressCommandsMap->get(mapKey) : 0;
367 frame->selection().modify(keyEvent->shiftKey() ? FrameSelection::AlterationExtend : FrameSelection::AlterationMove,
373 frame->selection().modify(keyEvent->shiftKey() ? FrameSelection::AlterationExtend : FrameSelection::AlterationMove,
379 frame->selection().modify(keyEvent->shiftKey() ? FrameSelection::AlterationExtend : FrameSelection::AlterationMove,
385 frame->selection().modify(keyEvent->shiftKey() ? FrameSelection::AlterationExtend : FrameSelection::AlterationMove,
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLogContentView.js112 get navigationItems()
117 get scopeBar()
136 get scrollableElements()
141 get shouldKeepElementsScrolledToBottom()
146 get searchInProgress()
203 get supportsSave()
208 get saveData()
318 // If there is a selection, we want to show our normal context menu
339 // handled the mouse down. In this case we want to clear the selection and don't make a new selection
405 var selection = window.getSelection(); variable
[all...]
H A DBoxModelDetailsSectionRow.js43 get nodeStyles()
313 var selection = window.getSelection(); variable
314 if (!selection.rangeCount)
317 var selectionRange = selection.getRangeAt(0);
354 selection.removeAllRanges();
355 selection.addRange(finalSelectionRange);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm89 return _webUserData.get();
150 // NSMenuItems with a represented selection handler belong solely to the UI process
151 // and don't need any further processing after the selection handler is called.
238 // (i.e., if we plan on replacing the selection with the returned item)
256 RetainPtr<CGImageRef> image = adoptCF(CGImageSourceCreateImageAtIndex(source.get(), 0, NULL));
307 NSInteger oldState = [menuItemVector[i].get() state];
308 [menu addItem:menuItemVector[i].get()];
309 [menuItemVector[i].get() setState:oldState];
365 [result[i].get() setTarget:target];
383 RetainPtr<NSImage> nsImage = adoptNS([[NSImage alloc] initWithCGImage:cgImage.get() siz
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtkpasswd58 .names tag configure selection -relief raised
67 .names tag configure selection -background green
70 .names tag configure selection -background white -foreground black
131 # get list of local users
214 set user [lindex [.names get selection.first selection.last] 0]
540 .names tag remove selection 0.0 end
542 # don't let selection go off top of screen
549 .names tag add selection
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebContextMenuClient.mm444 VisibleSelection oldSelection = frameView->frame().selection().selection();
446 frameView->frame().selection().setSelection(VisibleSelection(range.get()), FrameSelection::DoNotSetFocus);
454 frameView->frame().selection().setSelection(oldSelection);
480 m_sharingServicePickerController = adoptNS([[WebSharingServicePickerController alloc] initWithData:(NSData *)cfData.get() includeEditorServices:isContentEditable menuClient:this]);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js97 var deletedValue = this.get(key);
316 get: function()
324 get: function()
344 var selection = window.getSelection();
345 if (!selection.rangeCount || !selection.isCollapsed)
347 var selectionRange = selection.getRangeAt(0);
414 get: function()
597 get: function()
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm388 - (void)pdfLayerController:(PDFLayerController *)pdfLayerController didChangeSelection:(PDFSelection *)selection
390 _pdfPlugin->notifySelectionChanged(selection);
473 bytes = CFDataGetBytePtr(data.get());
474 length = CFDataGetLength(data.get());
510 m_pdfLayerController.get().delegate = m_pdfLayerControllerDelegate.get();
511 m_pdfLayerController.get().parentLayer = m_contentLayer.get();
521 m_annotationContainer->appendChild(m_annotationStyle.get());
522 document->body()->appendChild(m_annotationContainer.get());
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprogress.vim71 syn keyword ProgressReserved from from-c[hars] from-p[ixels] gateway[s] get-byte get-codepage[s] get-coll[ations] get-key-val[ue] getbyte global go-on
147 syn keyword ProgressOperator full-width full-width[-chars] full-width-pixel[s] ge get get-blue[-value] g[et-char-property] get-double get-dynamic get-file get
[all...]

Completed in 470 milliseconds

123