OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InspectorFrontendChannel
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendChannel.h
33
class
InspectorFrontendChannel
{
35
virtual ~
InspectorFrontendChannel
() { }
WorkerInspectorController.h
46
class
InspectorFrontendChannel
;
76
OwnPtr<
InspectorFrontendChannel
> m_frontendChannel;
InspectorController.h
49
class
InspectorFrontendChannel
;
83
void connectFrontend(
InspectorFrontendChannel
*);
86
void reuseFrontend(
InspectorFrontendChannel
*, const String& inspectorStateCookie);
WorkerInspectorController.cpp
40
#include "core/inspector/
InspectorFrontendChannel
.h"
59
class PageInspectorProxy : public
InspectorFrontendChannel
{
InspectorController.cpp
183
void InspectorController::connectFrontend(
InspectorFrontendChannel
* frontendChannel)
227
InspectorFrontendChannel
* frontendChannel = m_inspectorFrontend->inspector()->getInspectorFrontendChannel();
232
void InspectorController::reuseFrontend(
InspectorFrontendChannel
* frontendChannel, const String& inspectorStateCookie)
CodeGeneratorInspectorStrings.py
35
$domainClassName(
InspectorFrontendChannel
*
inspectorFrontendChannel
) : m_inspectorFrontendChannel(
inspectorFrontendChannel
) { }
36
${frontendDomainMethodDeclarations} void setInspectorFrontendChannel(
InspectorFrontendChannel
*
inspectorFrontendChannel
) { m_inspectorFrontendChannel =
inspectorFrontendChannel
; }
37
InspectorFrontendChannel
* getInspectorFrontendChannel() { return m_inspectorFrontendChannel; }
39
InspectorFrontendChannel
* m_inspectorFrontendChannel;
110
class
InspectorFrontendChannel
;
116
InspectorFrontend(
InspectorFrontendChannel
*);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
InspectorClientImpl.h
36
#include "core/inspector/
InspectorFrontendChannel
.h"
46
public WebCore::
InspectorFrontendChannel
{
WebDevToolsAgentImpl.h
35
#include "core/inspector/
InspectorFrontendChannel
.h"
70
public WebCore::
InspectorFrontendChannel
,
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
90
#include "core/inspector/
InspectorFrontendChannel
.h"
136
class InspectorFrontendChannelDummy : public
InspectorFrontendChannel
{
[
all
...]
Completed in 42 milliseconds