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

  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_api.h 39 extern const char kWebSQLKey[];
browsing_data_api.cc 49 const char kWebSQLKey[] = "webSQL";
99 if (strcmp(key, extension_browsing_data_api_constants::kWebSQLKey) == 0)
175 extension_browsing_data_api_constants::kWebSQLKey,
  /external/chromium_org/extensions/browser/api/web_view/
web_view_internal_api.cc 28 const char kWebSQLKey[] = "webSQL";
42 if (strcmp(key, kWebSQLKey) == 0)

Completed in 163 milliseconds