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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_source.h 16 class ScreenlockIconSource : public content::URLDataSource {
18 explicit ScreenlockIconSource(
35 virtual ~ScreenlockIconSource();
39 DISALLOW_COPY_AND_ASSIGN(ScreenlockIconSource);
screenlock_icon_source.cc 23 // ScreenlockIconSource
25 ScreenlockIconSource::ScreenlockIconSource(
30 ScreenlockIconSource::~ScreenlockIconSource() {}
32 std::string ScreenlockIconSource::GetSource() const {
36 void ScreenlockIconSource::StartDataRequest(
59 std::string ScreenlockIconSource::GetMimeType(const std::string&) const {
64 std::string ScreenlockIconSource::GetIconURLForUser(

Completed in 35 milliseconds