Searched defs:origin_identifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowsing_data_database_helper.h36 const std::string& origin_identifier,
47 std::string origin_identifier; member in struct:BrowsingDataDatabaseHelper::DatabaseInfo
H A Dbrowsing_data_database_helper.cc27 const std::string& origin_identifier,
34 origin_identifier(origin_identifier),
44 return StartsWithASCII(origin_identifier,
89 const std::string origin_identifier(UTF16ToUTF8(ori->GetOrigin()));
90 if (StartsWithASCII(origin_identifier,
109 origin_identifier,
216 std::string origin_identifier = local
222 if (database->origin_identifier == origin_identifier
24 DatabaseInfo( const std::string& host, const std::string& database_name, const std::string& origin_identifier, const std::string& description, const std::string& origin, int64 size, base::Time last_modified) argument
[all...]

Completed in 75 milliseconds