Home
last modified time | relevance | path

Searched refs:GetUrlFromValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_history_api.cc161 bool HistoryFunction::GetUrlFromValue(Value* value, GURL* url) { in GetUrlFromValue() function in HistoryFunction
230 if (!GetUrlFromValue(value, &url)) in RunAsyncImpl()
317 if (!GetUrlFromValue(value, &url)) in RunImpl()
335 if (!GetUrlFromValue(value, &url)) in RunImpl()
Dextension_history_api.h66 bool GetUrlFromValue(Value* value, GURL* url);