OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeOperationsForFilter
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
TexturesGenerator.cpp
65
removeOperationsForFilter
(new PageFilter(page));
70
removeOperationsForFilter
(new PagePaintFilter(page), waitForRunning);
73
void TexturesGenerator::
removeOperationsForFilter
(OperationFilter* filter)
75
removeOperationsForFilter
(filter, true);
78
void TexturesGenerator::
removeOperationsForFilter
(OperationFilter* filter, bool waitForRunning)
TilesManager.h
61
void
removeOperationsForFilter
(OperationFilter* filter, bool waitForRunning = false)
63
m_pixmapsGenerationThread->
removeOperationsForFilter
(filter, waitForRunning);
Completed in 2775 milliseconds