Home
last modified time | relevance | path

Searched refs:WorkerAction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorAgent.cpp320 …ontendTask> create(PassRefPtr<InspectorWorkerResource> worker, InspectorAgent::WorkerAction action) in create()
326 …tionToFrontendTask(PassRefPtr<InspectorWorkerResource> worker, InspectorAgent::WorkerAction action) in PostWorkerNotificationToFrontendTask()
342 InspectorAgent::WorkerAction m_action;
345 …rNotificationToFrontend(const InspectorWorkerResource& worker, InspectorAgent::WorkerAction action) in postWorkerNotificationToFrontend()
DInspectorAgent.h149 enum WorkerAction { WorkerCreated, WorkerDestroyed }; enum
151 void postWorkerNotificationToFrontend(const InspectorWorkerResource&, WorkerAction);