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

  /external/chromium_org/content/common/gpu/client/
gl_helper.h 36 typedef void (WebKit::WebGraphicsContext3D::*DeleteFunc)(WebGLId);
39 DeleteFunc delete_func)
66 DeleteFunc delete_func_;
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 301 void DeleteFunc(const base::FilePath& file) {
359 base::Bind(&DeleteFunc, executable_path()));
368 base::Bind(&DeleteFunc, bundle_path()));
  /external/chromium/chrome/common/
service_process_util_unittest.cc 453 void DeleteFunc(const FilePath& file) {
491 NewRunnableFunction(&DeleteFunc, executable_path()));
500 NewRunnableFunction(&DeleteFunc, bundle_path()));

Completed in 52 milliseconds