Home
last modified time | relevance | path

Searched refs:LayerRectList (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DLayerRectList.cpp40 LayerRectList::LayerRectList() in LayerRectList() function in WebCore::LayerRectList
44 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()
DLayerRectList.h47 class LayerRectList : public RefCounted<LayerRectList> {
49 static PassRefPtr<LayerRectList> create() { return adoptRef(new LayerRectList); } in create()
50 ~LayerRectList();
57 LayerRectList();
DLayerRectList.idl32 ] interface LayerRectList {
DInternals.h58 class LayerRectList; variable
187 PassRefPtr<LayerRectList> touchEventTargetLayerRects(Document*, ExceptionState&);
DInternals.cpp1382 …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()
DInternals.idl144 [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
/external/chromium_org/third_party/WebKit/Source/bindings/
Dsupport_idl_files_list.tmp6 ../core/testing/LayerRectList.idl
Dinterface_dependencies.target.darwin-mips.mk21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
Dinterface_dependencies.target.darwin-x86.mk21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
Dinterface_dependencies.target.darwin-arm.mk21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
Dinterface_dependencies.target.linux-mips.mk21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
Dinterface_dependencies.target.linux-arm.mk21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
Dinterface_dependencies.target.linux-x86.mk21 …ng/LayerRect.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/LayerRectList.idl $(LOCAL_PA…
Dbindings_sources.target.linux-arm.mk7407 …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
Dbindings_sources.target.linux-x86.mk7407 …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
Dbindings_sources.target.linux-mips.mk7407 …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
Dbindings_sources.target.darwin-mips.mk7407 …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
Dbindings_sources.target.darwin-arm.mk7407 …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
Dbindings_sources.target.darwin-x86.mk7407 …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
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi3173 'testing/LayerRectList.idl',
3197 'testing/LayerRectList.cpp',
3198 'testing/LayerRectList.h',