HomeSort by relevance Sort by last modified time
    Searched refs:FirstRunHandler (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_handler.cc 13 FirstRunHandler::FirstRunHandler()
18 bool FirstRunHandler::IsInitialized() {
22 void FirstRunHandler::SetBackgroundVisible(bool visible) {
27 void FirstRunHandler::AddRectangularHole(int x, int y, int width, int height) {
35 void FirstRunHandler::AddRoundHole(int x, int y, float radius) {
42 void FirstRunHandler::RemoveBackgroundHoles() {
46 void FirstRunHandler::ShowStepPositioned(const std::string& name,
53 void FirstRunHandler::ShowStepPointingTo(const std::string& name,
68 void FirstRunHandler::HideCurrentStep()
    [all...]
first_run_handler.h 18 class FirstRunHandler : public FirstRunActor,
21 FirstRunHandler();
53 DISALLOW_COPY_AND_ASSIGN(FirstRunHandler);
first_run_ui.cc 101 FirstRunHandler* handler = new FirstRunHandler();

Completed in 44 milliseconds