Searched defs:IconController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DIconController.h41 class IconController { class in namespace:WebCore
42 WTF_MAKE_NONCOPYABLE(IconController);
45 explicit IconController(Frame*);
46 ~IconController();
H A DIconController.cpp36 #include "core/loader/IconController.h"
44 IconController::IconController(Frame* frame) function in class:WebCore::IconController
49 IconController::~IconController()
53 KURL IconController::url()
59 IconURL IconController::iconURL(IconType iconType) const
72 IconURLs IconController::urlsForTypes(int iconTypesMask)
102 bool IconController::appendToIconURLs(IconType iconType, IconURLs* iconURLs)
112 IconURL IconController
[all...]

Completed in 65 milliseconds