HomeSort by relevance Sort by last modified time
    Searched refs:UpdateRegionLayoutTask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h 62 class UpdateRegionLayoutTask;
218 OwnPtr<UpdateRegionLayoutTask> m_updateRegionLayoutTask;
230 friend class UpdateRegionLayoutTask;
InspectorCSSAgent.cpp 146 class UpdateRegionLayoutTask {
148 UpdateRegionLayoutTask(InspectorCSSAgent*);
152 void onTimer(Timer<UpdateRegionLayoutTask>*);
156 Timer<UpdateRegionLayoutTask> m_timer;
160 UpdateRegionLayoutTask::UpdateRegionLayoutTask(InspectorCSSAgent* cssAgent)
162 , m_timer(this, &UpdateRegionLayoutTask::onTimer)
166 void UpdateRegionLayoutTask::scheduleFor(NamedFlow* namedFlow, int documentNodeId)
174 void UpdateRegionLayoutTask::unschedule(NamedFlow* namedFlow)
179 void UpdateRegionLayoutTask::reset(
    [all...]

Completed in 54 milliseconds