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

  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.h 33 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
43 class NavigatorContentUtils : public RefCountedSupplement<Page, NavigatorContentUtils> {
45 virtual ~NavigatorContentUtils();
48 static NavigatorContentUtils* from(Page*);
57 static PassRefPtr<NavigatorContentUtils> create(NavigatorContentUtilsClient*);
60 explicit NavigatorContentUtils(NavigatorContentUtilsClient* client)
NavigatorContentUtils.cpp 28 #include "modules/navigatorcontentutils/NavigatorContentUtils.h"
121 NavigatorContentUtils* NavigatorContentUtils::from(Page* page)
123 return static_cast<NavigatorContentUtils*>(RefCountedSupplement<Page, NavigatorContentUtils>::from(page, NavigatorContentUtils::supplementName()));
126 NavigatorContentUtils::~NavigatorContentUtils()
130 PassRefPtr<NavigatorContentUtils> NavigatorContentUtils::create(NavigatorContentUtilsClient* client
    [all...]

Completed in 97 milliseconds