OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorPageAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h
64
class
InspectorPageAgent
: public InspectorBaseAgent<
InspectorPageAgent
>, public InspectorBackendDispatcher::PageCommandHandler {
65
WTF_MAKE_NONCOPYABLE(
InspectorPageAgent
);
78
static PassOwnPtr<
InspectorPageAgent
> create(InstrumentingAgents*, Page*, InspectorCompositeState*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
182
InspectorPageAgent
(InstrumentingAgents*, Page*, InspectorCompositeState*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
InspectorPageAgent.cpp
32
#include "core/inspector/
InspectorPageAgent
.h"
161
InspectorPageAgent
::ResourceType type =
InspectorPageAgent
::cachedResourceType(*cachedResource);
162
return type ==
InspectorPageAgent
::DocumentResource || type ==
InspectorPageAgent
::StylesheetResource || type ==
InspectorPageAgent
::ScriptResource || type ==
InspectorPageAgent
::XHRResource;
179
bool
InspectorPageAgent
::cachedResourceContent(Resource* cachedResource, String* result, bool* base64Encoded)
230
bool
InspectorPageAgent
::sharedBufferContent(PassRefPtr<SharedBuffer> buffer, const String& textEncodingName, bool withBase64Encode, String* result)
235
bool
InspectorPageAgent
::dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encod (…)
[
all
...]
Completed in 43 milliseconds