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

  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 306 void Widget::setEdjeTheme(const String& themePath)
308 if (m_data->m_theme == themePath)
311 m_data->m_theme = themePath;
  /external/webkit/Tools/EWebLauncher/
main.c 74 static char *themePath = NULL;
643 if (themePath) {
644 free(themePath);
645 themePath = NULL;
871 themePath = findThemePath(theme);
872 if (!themePath)
888 browserCreate(url, themePath, userAgent, geometry, engine, backingStore, isFlattening, isFullscreen, path);

Completed in 155 milliseconds