Home
last modified time | relevance | path

Searched defs:isWorkerAgent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DWorkerConsoleAgent.h48 virtual bool isWorkerAgent() OVERRIDE { return true; } in isWorkerAgent() function
DPageConsoleAgent.h50 virtual bool isWorkerAgent() OVERRIDE { return false; } in isWorkerAgent() function