Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.h94 friend void frontendCreated();
100 inline void frontendCreated() { FrontendCounter::s_frontendCounter += 1; } in frontendCreated() function
DInspectorController.cpp194 InspectorInstrumentation::frontendCreated(); in connectFrontend()