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

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.h 51 bool m_wasDismissedExternally;
CorrectionPanel.mm 47 : m_wasDismissedExternally(false)
103 m_wasDismissedExternally = dismissingExternally;
128 if (!m_wasDismissedExternally || m_reasonForDismissing == ReasonForDismissingCorrectionPanelCancelled)
144 if (!m_wasDismissedExternally) {
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.h 52 bool m_wasDismissedExternally;
CorrectionPanel.mm 53 : m_wasDismissedExternally(false)
110 m_wasDismissedExternally = dismissingExternally;
135 if (!m_wasDismissedExternally || m_reasonForDismissing == ReasonForDismissingCorrectionPanelCancelled)
151 if (!m_wasDismissedExternally) {

Completed in 155 milliseconds