Home
last modified time | relevance | path

Searched refs:content_root (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.h69 scoped_refptr<Layer> content_root,
73 scoped_refptr<Layer> content_root,
Dlayer_tree_pixel_test.cc198 scoped_refptr<Layer> content_root, in RunPixelTest() argument
201 content_root_ = content_root; in RunPixelTest()
209 scoped_refptr<Layer> content_root, in RunPixelTestWithReadbackTarget() argument
213 content_root_ = content_root; in RunPixelTestWithReadbackTarget()
/external/chromium_org/tools/metrics/actions/
Dextract_actions.py530 content_root = os.path.normpath(os.path.join(REPOSITORY_ROOT, 'content'))
531 WalkDirectory(content_root, actions, EXTENSIONS, GrepForActions)