Searched refs:computeCompositedSelectionBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h415 static bool computeCompositedSelectionBounds(LocalFrame&, CompositedSelectionBound& start, CompositedSelectionBound& end);
H A DFrameView.cpp1554 bool FrameView::computeCompositedSelectionBounds(LocalFrame& frame, CompositedSelectionBound& start, CompositedSelectionBound& end) function in class:blink::FrameView
1638 if (!frame || !computeCompositedSelectionBounds(*frame, start, end)) {

Completed in 156 milliseconds