Searched refs:m_gotoAnchorNeededAfterStylesheetsLoad (Results 1 – 2 of 2) sorted by relevance
410 bool gotoAnchorNeededAfterStylesheetsLoad() { return m_gotoAnchorNeededAfterStylesheetsLoad; } in gotoAnchorNeededAfterStylesheetsLoad()411 …void setGotoAnchorNeededAfterStylesheetsLoad(bool b) { m_gotoAnchorNeededAfterStylesheetsLoad = b;… in setGotoAnchorNeededAfterStylesheetsLoad()1235 bool m_gotoAnchorNeededAfterStylesheetsLoad; variable
466 , m_gotoAnchorNeededAfterStylesheetsLoad(false) in Document()2987 if (m_gotoAnchorNeededAfterStylesheetsLoad && view()) in didLoadAllScriptBlockingResources()