/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
D | AnimatableFilterOperations.h | 42 …tatic PassRefPtrWillBeRawPtr<AnimatableFilterOperations> create(const FilterOperations& operations) in create() 46 const FilterOperations& operations() const { return m_operations; } in operations() function 55 AnimatableFilterOperations(const FilterOperations& operations) in AnimatableFilterOperations()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FilterOperations.h | 58 Vector<RefPtr<FilterOperation> >& operations() { return m_operations; } in operations() function 59 const Vector<RefPtr<FilterOperation> >& operations() const { return m_operations; } in operations() function
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TransformOperations.h | 78 Vector<RefPtr<TransformOperation> >& operations() { return m_operations; } in operations() function 79 const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; } in operations() function
|
/external/chromium_org/chrome/browser/undo/ |
D | undo_manager.cc | 143 const std::vector<UndoOperation*>& operations = in GetAllUndoOperations() local 148 const std::vector<UndoOperation*>& operations = in GetAllUndoOperations() local 157 const std::vector<UndoOperation*>& operations = in GetAllUndoOperations() local
|
/external/chromium_org/cc/animation/ |
D | transform_operations_unittest.cc | 92 void GetIdentityOperations(ScopedVector<TransformOperations>* operations) { in GetIdentityOperations() 143 ScopedVector<TransformOperations> operations; in TEST() local 156 TransformOperations operations; in TEST() local 168 TransformOperations operations; in TEST() local 179 TransformOperations operations; in TEST() local 189 TransformOperations operations; in TEST() local 199 TransformOperations operations; in TEST() local 226 TransformOperations operations; in TEST() local 429 TransformOperations operations; in TEST() local 463 TransformOperations operations; in TEST() local [all …]
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/ |
D | test_util.cc | 10 namespace operations { namespace
|
D | operation.cc | 12 namespace operations { namespace
|
D | unmount.cc | 12 namespace operations { namespace
|
D | close_file.cc | 14 namespace operations { namespace
|
D | abort.cc | 14 namespace operations { namespace
|
D | create_file.cc | 14 namespace operations { namespace
|
D | copy_entry.cc | 14 namespace operations { namespace
|
D | move_entry.cc | 14 namespace operations { namespace
|
D | open_file.cc | 14 namespace operations { namespace
|
D | truncate.cc | 14 namespace operations { namespace
|
D | create_directory.cc | 14 namespace operations { namespace
|
D | delete_entry.cc | 14 namespace operations { namespace
|
D | write_file.cc | 14 namespace operations { namespace
|
D | get_metadata.cc | 15 namespace operations { namespace
|
D | read_directory.cc | 15 namespace operations { namespace
|
/external/chromium_org/cc/test/ |
D | animation_test_common.cc | 59 TransformOperations operations) { in AddAnimatedTransform() 94 TransformOperations operations; in AddAnimatedTransform() local 324 TransformOperations operations) { in AddAnimatedTransformToLayer() 331 TransformOperations operations) { in AddAnimatedTransformToLayer()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContextTest.cpp | 122 const Vector<MockCanvas::Operation>& operations = canvas.recordedOperations(); in TEST_F() local 147 const Vector<MockCanvas::Operation>& operations = canvas.recordedOperations(); in TEST_F() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 101 Operation operations; member 1103 string operationToName (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToName() 1138 string operationToDescription (const AtomicCounterTest::Operation& operations, bool useBranch) in operationToDescription() 1318 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests() local 1386 const AtomicCounterTest::Operation operations[] = in AtomicCounterTests() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerFilterInfo.cpp | 115 void RenderLayerFilterInfo::updateReferenceFilterClients(const FilterOperations& operations) in updateReferenceFilterClients()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | FilterOperationResolver.cpp | 90 FilterOperations operations; in createFilterOperations() local
|