HomeSort by relevance Sort by last modified time
    Searched refs:findInPageRectFromRange (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.h 54 FloatRect findInPageRectFromRange(Range*);
FindInPageCoordinates.cpp 129 FloatRect findInPageRectFromRange(Range* range)
TextFinder.cpp 448 it->m_rect = findInPageRectFromRange(it->m_range.get());
480 return WebFloatRect(findInPageRectFromRange(m_currentActiveMatchFrame->activeMatch()));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TextFinderTest.cpp 64 return WebFloatRect(findInPageRectFromRange(range.get()));

Completed in 55 milliseconds