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

/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp451 bool isPathValid = false; local
466 isPathValid = true;
470 isPathValid = true;
473 s->setOfflineWebApplicationCacheEnabled(flag && isPathValid);

Completed in 69 milliseconds