Searched refs:LayerRectList (Results 1 – 20 of 20) sorted by relevance
40 LayerRectList::LayerRectList() in LayerRectList() function in WebCore::LayerRectList44 LayerRectList::~LayerRectList() in ~LayerRectList()48 unsigned LayerRectList::length() const in length()53 LayerRect* LayerRectList::item(unsigned index) in item()61 void LayerRectList::append(PassRefPtr<Node> layerRootNode, const String& layerType, PassRefPtr<Clie… in append()
47 class LayerRectList : public RefCounted<LayerRectList> {49 static PassRefPtr<LayerRectList> create() { return adoptRef(new LayerRectList); } in create()50 ~LayerRectList();57 LayerRectList();
32 ] interface LayerRectList {
58 class LayerRectList; variable187 PassRefPtr<LayerRectList> touchEventTargetLayerRects(Document*, ExceptionState&);
1382 …ayerRectList(RenderLayerCompositor* compositor, GraphicsLayer* graphicsLayer, LayerRectList* rects) in accumulateLayerRectList()1401 PassRefPtr<LayerRectList> Internals::touchEventTargetLayerRects(Document* document, ExceptionState&… in touchEventTargetLayerRects()1417 RefPtr<LayerRectList> rects = LayerRectList::create(); in touchEventTargetLayerRects()
144 [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
6 ../core/testing/LayerRectList.idl
21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
7407 …yerRectList.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…7408 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/LayerRectList.idl
3173 'testing/LayerRectList.idl',3197 'testing/LayerRectList.cpp',3198 'testing/LayerRectList.h',