webengine/osswebengine/WebCore/platform/symbian/FormFillController.cpp
branchCompilerCompatibility
changeset 54 b218e2134300
parent 16 a359256acfc6
equal deleted inserted replaced
53:0209b9093082 54:b218e2134300
    41 static const double kSearchStartTimeout = 0.5f;
    41 static const double kSearchStartTimeout = 0.5f;
    42 
    42 
    43 FormFillController::FormFillController() 
    43 FormFillController::FormFillController() 
    44                     : m_popup(0), m_callback(0), m_inputElement(0), m_formDB(0), m_passwdDB(0)
    44                     : m_popup(0), m_callback(0), m_inputElement(0), m_formDB(0), m_passwdDB(0)
    45 {
    45 {
    46     m_searchTimer = new Timer<FormFillController>(this, FormFillController::fireSearch);
    46     m_searchTimer = new Timer<FormFillController>(this, &FormFillController::fireSearch);
    47 }
    47 }
    48 
    48 
    49 FormFillController::~FormFillController()
    49 FormFillController::~FormFillController()
    50 {
    50 {
    51     delete m_searchTimer;
    51     delete m_searchTimer;