HomeSort by relevance Sort by last modified time
    Searched defs:WebPageGroup (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebPageGroup.cpp 27 #include "WebPageGroup.h"
42 typedef HashMap<uint64_t, WebPageGroup*> WebPageGroupMap;
50 PassRefPtr<WebPageGroup> WebPageGroup::create(const String& identifier, bool visibleToInjectedBundle, bool visibleToHistoryClient)
52 RefPtr<WebPageGroup> pageGroup = adoptRef(new WebPageGroup(identifier, visibleToInjectedBundle, visibleToHistoryClient));
59 WebPageGroup* WebPageGroup::get(uint64_t pageGroupID)
64 WebPageGroup::WebPageGroup(const String& identifier, bool visibleToInjectedBundle, bool visibleToHistoryClient
    [all...]
WebPageGroup.h 39 class WebPageGroup : public APIObject {
43 static PassRefPtr<WebPageGroup> create(const String& identifier = String(), bool visibleToInjectedBundle = true, bool visibleToHistoryClient = true);
44 static WebPageGroup* get(uint64_t pageGroupID);
46 virtual ~WebPageGroup();
61 WebPageGroup(const String& identifier, bool visibleToInjectedBundle, bool visibleToHistoryClient);

Completed in 241 milliseconds