Searched refs:m_title (Results 1 – 3 of 3) sorted by relevance
50 String m_title; field in StylesheetPIHandler105 m_title = title; in StylesheetPIHandler()290 if (null != m_title) in processingInstruction()294 if (!title.equals(m_title)) in processingInstruction()
56 m_title = title; in HTMLDocument()61 return m_title; in getTitle()193 private final String m_title; field in HTMLDocument
3397 m_title(), m_line_width(4), m_selected_line(0), m_pc_line(0), in SourceFileWindowDelegate()3483 m_title.Clear(); in WindowDelegateDraw()3487 m_title.Printf( in WindowDelegateDraw()3491 m_title.Printf("`%s", func_name.GetCString()); in WindowDelegateDraw()3591 if (!m_title.GetString().empty()) { in WindowDelegateDraw()3595 window.PutCStringTruncated(1, m_title.GetString().str().c_str()); in WindowDelegateDraw()4161 StreamString m_title; member in SourceFileWindowDelegate