OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebPageGroupProxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPageGroupProxy.cpp
27
#include "
WebPageGroupProxy
.h"
34
PassRefPtr<
WebPageGroupProxy
>
WebPageGroupProxy
::create(const WebPageGroupData& data)
36
RefPtr<
WebPageGroupProxy
> pageGroup = adoptRef(new
WebPageGroupProxy
(data));
44
WebPageGroupProxy
::~
WebPageGroupProxy
()
WebPageGroupProxy.h
35
class
WebPageGroupProxy
: public APIObject {
39
static PassRefPtr<
WebPageGroupProxy
> create(const WebPageGroupData&);
40
virtual ~
WebPageGroupProxy
();
48
WebPageGroupProxy
(const WebPageGroupData& data)
Completed in 186 milliseconds