Skip to content
  • abarth@webkit.org's avatar
    2009-07-25 Mike Fenton <mike.fenton@torchmobile.com> · 583e2c94
    abarth@webkit.org authored
            Reviewed by George Staikos.
    
            Update WebCore/page/Frame.cpp/h to conform to WebKit
            Style Guidelines as identified by cpplint.py.
            https://bugs.webkit.org/show_bug.cgi?id=27654
    
            * page/Frame.cpp:
            (WebCore::Frame::Frame):
            (WebCore::Frame::~Frame):
            (WebCore::Frame::setDocument):
            (WebCore::Frame::firstRectForRange):
            (WebCore::createRegExpForLabels):
            (WebCore::Frame::searchForLabelsBeforeElement):
            (WebCore::Frame::matchLabelsAgainstElement):
            (WebCore::Frame::selectionLayoutChanged):
            (WebCore::Frame::setZoomFactor):
            (WebCore::Frame::reapplyStyles):
            (WebCore::Frame::isContentEditable):
            (WebCore::Frame::computeAndSetTypingStyle):
            (WebCore::Frame::selectionStartStylePropertyValue):
            (WebCore::Frame::selectionComputedStyle):
            (WebCore::Frame::applyEditingStyleToBodyElement):
            (WebCore::Frame::removeEditingStyleFromBodyElement):
            (WebCore::Frame::applyEditingStyleToElement):
            (WebCore::Frame::selectionBounds):
            (WebCore::Frame::currentForm):
            (WebCore::Frame::revealSelection):
            (WebCore::Frame::styleForSelectionStart):
            (WebCore::Frame::setSelectionFromNone):
            (WebCore::Frame::findString):
            (WebCore::Frame::markAllMatchesForText):
            (WebCore::Frame::setMarkedTextMatchesAreHighlighted):
            (WebCore::Frame::clearFormerDOMWindow):
            (WebCore::Frame::unfocusWindow):
            (WebCore::Frame::respondToChangedSelection):
            (WebCore::Frame::documentAtPoint):
            * page/Frame.h:
            (WebCore::Frame::create):
            (WebCore::Frame::displayStringModifiedByEncoding):
            (WebCore::Frame::pageZoomFactor):
            (WebCore::Frame::textZoomFactor):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46389 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    583e2c94