HomeSort by relevance Sort by last modified time
    Searched full:relative_path (Results 51 - 61 of 61) sorted by null

1 23

  /external/chromium/chrome/browser/importer/
ie_importer.cc 568 FilePath relative_path(relative_string);
575 if (!relative_path.empty())
576 relative_path.GetComponents(&entry.path);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 95 std::string relative_path = browser_action_->default_icon_path(); local
96 if (relative_path.empty())
103 tracker_.LoadImage(extension_, extension_->GetResource(relative_path),
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 575 const char *relative_path)
581 if (g_path_is_absolute (relative_path))
582 return _g_local_file_new (relative_path);
584 filename = g_build_filename (local->filename, relative_path, NULL);
    [all...]
gfile.h 162 const char *relative_path);
461 const char *relative_path);
    [all...]
gfile.c 751 * @relative_path: a given relative path string.
757 * Returns: #GFile to the resolved path. %NULL if @relative_path
763 const char *relative_path)
768 g_return_val_if_fail (relative_path != NULL, NULL);
772 return (* iface->resolve_relative_path) (file, relative_path);
    [all...]
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 123 if (icon.relative_path().empty())
  /external/chromium/chrome/common/extensions/
extension.cc 682 const std::string& relative_path) {
686 GURL ret_val = GURL(extension_url.spec() + relative_path);
846 resource.extension_root(), resource.relative_path(), url));
864 resource.extension_root(), resource.relative_path(), url));
    [all...]
  /external/llvm/utils/lit/lit/
main.py 149 """getTestSuite(item, litConfig, cache) -> (suite, relative_path)
154 @retval (suite, relative_path) - The suite that @arg item is in, and its
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 163 script_file->extension_root(), script_file->relative_path());
extension_service_unittest.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 235 if (icons->at(i).relative_path().empty() ||
    [all...]

Completed in 1186 milliseconds

1 23