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

  /external/dbus/dbus/
dbus-memory.c 314 source_string (BlockSource source) function
349 requested_bytes, source_string (source));
359 (long) requested_bytes, source_string (source),
374 (long) requested_bytes, source_string (source),
  /external/chromium/chrome/browser/
cookies_tree_model.cc 607 std::string source_string = it->Source(); local
608 if (source_string.empty() || !use_cookie_source_) {
614 source_string = std::string(chrome::kHttpScheme) +
618 GURL source(source_string);

Completed in 4391 milliseconds