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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.h 47 // NotCentered means do not center the dialog. Centered means the dialog has
49 // to center on the next layout, then set to Centered or NotCentered.
50 enum CenteringMode { NotCentered, Centered, NeedsCentering };
HTMLDialogElement.cpp 94 , m_centeringMode(NotCentered)
182 m_centeringMode = NotCentered;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 129 if (dialog->centeringMode() == HTMLDialogElement::NotCentered)
    [all...]

Completed in 90 milliseconds