Home
last modified time | relevance | path

Searched refs:contentUrlSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium/android/jni/
Dplatform_file_jni.h12 uint64 contentUrlSize(const FilePath& name);
Dplatform_file_jni.cc53 uint64 contentUrlSize(const FilePath& name) { in contentUrlSize() function
/external/chromium/net/base/
Dupload_data.cc67 content_length_ = android::contentUrlSize(file_path_); in GetContentLength()