Searched refs:affinity (Results 51 - 68 of 68) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/editing/
H A DTypingCommand.cpp312 VisiblePosition start(endingSelection().start(), endingSelection().affinity());
H A DAlternativeTextController.cpp335 VisiblePosition start(selection.start(), selection.affinity());
H A DEditor.cpp3026 bool Editor::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const argument
3032 return client() && client()->shouldChangeSelectedRange(oldSelection.toNormalizedRange().get(), newSelection.toNormalizedRange().get(), affinity, stillSelecting);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderObject.cpp2363 VisiblePosition RenderObject::createVisiblePosition(int offset, EAffinity affinity) const
2372 return VisiblePosition(candidate, affinity);
2375 return VisiblePosition(candidate, affinity);
2378 return VisiblePosition(createLegacyEditingPosition(node, offset), affinity);
H A DRenderTreeAsText.cpp855 if (selection.affinity() == UPSTREAM)
856 ts << " (upstream affinity)";
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread.h120 #include <kern/affinity.h>
308 * Processor/cache affinity
309 * - affinity_threads links task threads with the same affinity set
H A Dthread_act.c77 #include <kern/affinity.h>
H A Dthread_policy.c35 #include <kern/affinity.h>
H A Dtask.c120 #include <kern/affinity.h>
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceText.cpp449 if (selection.affinity() == UPSTREAM) {
858 // to check that endPosition has not UPSTREAM affinity, since that would
860 if (!isEndOfBlock(endPosition) && endPosition.affinity() != UPSTREAM)
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h407 /* [in] */ WebSelectionAffinity affinity);
413 /* [retval][out][retval][out] */ WebSelectionAffinity *affinity);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c4353 ** numeric affinity to the value. This means that an attempt is
9752 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
9803 ** Column affinity types.
9810 ** when multiple affinity types are concatenated into a string and
9826 ** affinity value.
9831 ** Additional bit values that can be ORed with an affinity without
9832 ** changing the affinity.
9933 char *zColAff; /* String defining the affinity of each column */
10132 char *zColAff; /* String defining the affinity of each column */
10292 char affinity; /* Th member in struct:Expr
10692 char affinity; /* MakeRecord with this affinity for SRT_Set */ member in struct:Select
10748 u8 affinity; /* Affinity used when eDest==SRT_Set */ member in struct:SelectDest
58161 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
63298 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
63341 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
63724 char affinity; /* Affinity to use for comparison */ member in struct:vdbeExecUnion::OP_Ge_stack_vars
74630 char affinity; /* Affinity of the LHS of the IN */ local
74818 char affinity; /* Comparison affinity to use */ local
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm658 affinity for XML, like XML-aware editors or automated config
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.mm299 return [m_webView _shouldChangeSelectedDOMRange:kit(fromRange) toDOMRange:kit(toRange) affinity:kit(selectionAffinity) stillSelecting:stillSelecting];
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityObject.cpp862 if (visiblePos1 == visiblePos2 && visiblePos2.affinity() == UPSTREAM)
H A DAccessibilityRenderObject.cpp2099 if (endPosition.affinity() == DOWNSTREAM && endPosition.next().isNotNull())
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm7156 - (BOOL)_shouldChangeSelectedDOMRange:(DOMRange *)currentRange toDOMRange:(DOMRange *)proposedRange affinity:(NSSelectionAffinity)selectionAffinity stillSelecting:(BOOL)flag
7163 return [[self _editingDelegateForwarder] webView:self shouldChangeSelectedDOMRange:currentRange toDOMRange:proposedRange affinity:selectionAffinity stillSelecting:flag];
7171 - (void)setSelectedDOMRange:(DOMRange *)range affinity:(NSSelectionAffinity)selectionAffinity
7204 return kit(coreFrame->selection().selection().affinity());
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c131 #include <kern/affinity.h>
1130 * Ensure the 'translated' and 'affinity' flags are cleared, since we
2760 /* Sever any extant thread affinity */

Completed in 346 milliseconds

123