OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inspectorAgents
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/inspector/
InspectorInstrumentation.h
178
static void bindInspectorAgent(Page* page, InspectorAgent* inspectorAgent) {
inspectorAgents
().set(page, inspectorAgent); }
179
static void unbindInspectorAgent(Page* page) {
inspectorAgents
().remove(page); }
312
static HashMap<Page*, InspectorAgent*>&
inspectorAgents
();
[
all
...]
InspectorInstrumentation.cpp
69
HashMap<Page*, InspectorAgent*>& InspectorInstrumentation::
inspectorAgents
()
[
all
...]
Completed in 22 milliseconds