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

  /external/chromium_org/content/common/
child_process_host_impl.cc 49 base::FilePath contents_path = macos_path.DirName(); local
51 DCHECK_EQ(kContentsName, contents_path.BaseName().value());
53 base::FilePath helper_app_path = contents_path.DirName();
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 597 gfx::Path contents_path; local
598 MakeContentsPath(&contents_path, contents_rect);
600 popup_region.Set(contents_path.CreateNativeRegion());

Completed in 237 milliseconds