OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InspectorClientImpl
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
InspectorClientImpl.cpp
32
#include "
InspectorClientImpl
.h"
50
InspectorClientImpl
::
InspectorClientImpl
(WebViewImpl* webView)
56
InspectorClientImpl
::~
InspectorClientImpl
()
60
void
InspectorClientImpl
::inspectorDestroyed()
66
void
InspectorClientImpl
::openInspectorFrontend(InspectorController* controller)
72
void
InspectorClientImpl
::highlight(Node* node)
78
void
InspectorClientImpl
::hideHighlight()
84
bool
InspectorClientImpl
::sendMessageToFrontend(const WTF::String& message
[
all
...]
InspectorClientImpl.h
44
class
InspectorClientImpl
: public WebCore::InspectorClient {
46
InspectorClientImpl
(WebViewImpl*);
47
~
InspectorClientImpl
();
WebViewImpl.h
47
#include "
InspectorClientImpl
.h"
421
InspectorClientImpl
m_inspectorClientImpl;
Completed in 191 milliseconds