HomeSort by relevance Sort by last modified time
    Searched full:tickmarks (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.h 70 const PP_Rect* tickmarks,
plugin_instance.cc 176 const PP_Rect* tickmarks,
  /external/chromium_org/ppapi/thunk/
ppb_instance_api.h 91 const PP_Rect* tickmarks,
  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 87 // Fixed positions do not make sense in this coordinate system, but need to leave consistent tickmarks.
TextFinder.cpp 189 // Let the frame know that we don't want tickmarks or highlighting anymore.
209 // Clear the tickmarks and results cache.
373 // This frame is done, so show any scrollbar tickmarks we haven't drawn yet.
695 // FIXME: (http://b/1088165) Optimize the drawing of the tickmarks and
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 109 void Scrollbar::getTickmarks(Vector<IntRect>& tickmarks) const
112 m_scrollableArea->getTickmarks(tickmarks);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 535 // If no match is found, this function clears all tickmarks and
608 // Set the tickmarks for the frame. This will override the default tickmarks
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 68 // tickmarks and highlighting.
  /external/chromium_org/pdf/
pdf_engine.h 87 virtual void UpdateTickMarks(const std::vector<pp::Rect>& tickmarks) = 0;
out_of_process_instance.cc 879 const std::vector<pp::Rect>& tickmarks) {
881 std::vector<pp::Rect> scaled_tickmarks = tickmarks;
    [all...]
instance.h 140 virtual void UpdateTickMarks(const std::vector<pp::Rect>& tickmarks);
instance.cc     [all...]
  /external/fio/
Makefile 144 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
graph.c 32 #include "tickmarks.h"
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]
pepper_plugin_instance_impl.h 411 const PP_Rect* tickmarks,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 123 // the whole purpose of tickmarks on the scrollbar is to show where
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 448 NPRect32* tickmarks; member in struct:_NPScrollbarTickMarks
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1864 std::vector<pp::Rect> tickmarks; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_messages.h 723 std::vector<PP_Rect> /* tickmarks */)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 2610 milliseconds

12