OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addWebScrollbarLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h
140
blink::WebScrollbarLayer*
addWebScrollbarLayer
(ScrollableArea*, ScrollbarOrientation, PassOwnPtr<blink::WebScrollbarLayer>);
ScrollingCoordinator.cpp
280
WebScrollbarLayer* ScrollingCoordinator::
addWebScrollbarLayer
(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarLayer)
334
scrollbarLayer =
addWebScrollbarLayer
(scrollableArea, orientation, webScrollbarLayer.release());
[
all
...]
Completed in 476 milliseconds