OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameNetworkingContextImpl
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
FrameNetworkingContextImpl.h
27
class
FrameNetworkingContextImpl
: public WebCore::FrameNetworkingContext {
29
static PassRefPtr<
FrameNetworkingContextImpl
> create(WebCore::Frame* frame)
31
return adoptRef(new
FrameNetworkingContextImpl
(frame));
35
FrameNetworkingContextImpl
(WebCore::Frame* frame)
FrameLoaderClientImpl.cpp
42
#include "
FrameNetworkingContextImpl
.h"
[
all
...]
Completed in 924 milliseconds