OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InspectableTabProxy
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h
24
class
InspectableTabProxy
{
29
InspectableTabProxy
();
30
virtual ~
InspectableTabProxy
();
56
DISALLOW_COPY_AND_ASSIGN(
InspectableTabProxy
);
67
InspectableTabProxy
::IdToClientHostMap* map);
89
InspectableTabProxy
::IdToClientHostMap* map_;
inspectable_tab_proxy.cc
21
InspectableTabProxy
::IdToClientHostMap* map)
69
InspectableTabProxy
::
InspectableTabProxy
() {}
71
InspectableTabProxy
::~
InspectableTabProxy
() {}
73
const
InspectableTabProxy
::ControllersMap&
74
InspectableTabProxy
::controllers_map() {
88
DevToolsClientHostImpl*
InspectableTabProxy
::ClientHostForTabId(
90
InspectableTabProxy
::IdToClientHostMap::const_iterator it =
98
DevToolsClientHost*
InspectableTabProxy
::NewClientHost
[
all
...]
devtools_protocol_handler.h
17
class
InspectableTabProxy
;
49
InspectableTabProxy
* inspectable_tab_proxy() {
72
scoped_ptr<
InspectableTabProxy
> inspectable_tab_proxy_;
devtools_remote_service.cc
78
const
InspectableTabProxy
::ControllersMap& navcon_map =
80
for (
InspectableTabProxy
::ControllersMap::const_iterator it =
devtools_protocol_handler.cc
38
inspectable_tab_proxy_.reset(new
InspectableTabProxy
);
debugger_remote_service.cc
132
//
InspectableTabProxy
controllers map, or NULL if none found.
134
const
InspectableTabProxy
::ControllersMap& navcon_map =
136
InspectableTabProxy
::ControllersMap::const_iterator it =
extension_ports_remote_service.cc
305
const
InspectableTabProxy
::ControllersMap& navcon_map =
307
InspectableTabProxy
::ControllersMap::const_iterator it =
Completed in 1223 milliseconds