Searched refs:SelectionTouch (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DGestureTypes.h49 enum class SelectionTouch { class in namespace:WebKit
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm1540 static inline SelectionTouch toSelectionTouch(UIWKSelectionTouch touch)
1544 return SelectionTouch::Started;
1546 return SelectionTouch::Moved;
1548 return SelectionTouch::Ended;
1550 return SelectionTouch::EndedMovingForward;
1552 return SelectionTouch::EndedMovingBackward;
1554 return SelectionTouch::EndedNotMoving;
1557 return SelectionTouch::Ended;
1560 static inline UIWKSelectionTouch toUIWKSelectionTouch(SelectionTouch touch)
1563 case SelectionTouch
[all...]
H A DWKContentViewInteraction.h180 - (void)_didUpdateBlockSelectionWithTouch:(WebKit::SelectionTouch)touch withFlags:(WebKit::SelectionFlags)flags growThreshold:(CGFloat)growThreshold shrinkThreshold:(CGFloat)shrinkThreshold;
H A DPageClientImplIOS.mm540 [m_contentView _didUpdateBlockSelectionWithTouch:(SelectionTouch)touch withFlags:(SelectionFlags)flags growThreshold:growThreshold shrinkThreshold:shrinkThreshold];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm1428 switch (static_cast<SelectionTouch>(touch)) {
1429 case SelectionTouch::Started:
1432 case SelectionTouch::Ended:
1434 case SelectionTouch::Moved:
1462 switch (static_cast<SelectionTouch>(touches)) {
1463 case SelectionTouch::Started:
1464 case SelectionTouch::EndedNotMoving:
1467 case SelectionTouch::Ended:
1476 case SelectionTouch::EndedMovingForward:
1480 case SelectionTouch
[all...]

Completed in 175 milliseconds