OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fallbackStyle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h
192
QStyle*
m_fallbackStyle
;
RenderThemeQt.cpp
192
m_fallbackStyle
= new QtMobileWebStyle;
194
m_fallbackStyle
= QStyleFactory::create(QLatin1String("windows"));
200
delete
m_fallbackStyle
;
251
return (
m_fallbackStyle
) ?
m_fallbackStyle
: QApplication::style();
[
all
...]
Completed in 62 milliseconds