Searched refs:m_gtkComboBoxSeparator (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk2.cpp71 m_gtkComboBoxSeparator = 0;
894 m_gtkComboBoxSeparator = pieces.separator;
895 if (m_gtkComboBoxSeparator) {
896 setupWidget(m_gtkComboBoxSeparator);
898 g_object_add_weak_pointer(G_OBJECT(m_gtkComboBoxSeparator), reinterpret_cast<gpointer*>(&m_gtkComboBoxSeparator));
922 // m_gtkComboBoxSeparator may be null either because we haven't initialized the combo box
926 return m_gtkComboBoxSeparator;
928 return m_gtkComboBoxSeparator;
H A DRenderThemeGtk.h234 mutable GtkWidget* m_gtkComboBoxSeparator; member in class:WebCore::RenderThemeGtk

Completed in 155 milliseconds