Home
last modified time | relevance | path

Searched refs:themePath (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DWidgetEfl.cpp306 void Widget::setEdjeTheme(const String& themePath) in setEdjeTheme() argument
308 if (m_data->m_theme == themePath) in setEdjeTheme()
311 m_data->m_theme = themePath; in setEdjeTheme()
/external/webkit/Tools/EWebLauncher/
Dmain.c74 static char *themePath = NULL; variable
643 if (themePath) { in quit()
644 free(themePath); in quit()
645 themePath = NULL; in quit()
871 themePath = findThemePath(theme); in main()
872 if (!themePath) in main()
888 …browserCreate(url, themePath, userAgent, geometry, engine, backingStore, isFlattening, isFullscree… in main()