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 48 // NotCentered means do not center the dialog. Centered means the dialog has
50 // to center on the next layout, then set to Centered or NotCentered.
51 enum CenteringMode { NotCentered, Centered, NeedsCentering };
HTMLDialogElement.cpp 96 , m_centeringMode(NotCentered)
184 m_centeringMode = NotCentered;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp     [all...]

Completed in 2066 milliseconds