HomeSort by relevance Sort by last modified time
    Searched full:_ewk_cache_directory_path (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 54 static const char* _ewk_cache_directory_path = 0; variable
399 if (!_ewk_cache_directory_path)
400 _ewk_cache_directory_path = eina_stringshare_add(path);
402 eina_stringshare_replace(&_ewk_cache_directory_path, path);
421 return _ewk_cache_directory_path;

Completed in 160 milliseconds