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

  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.h 55 bool GetPasteAndGoURL(const ui::OSExchangeData& data, GURL* url);
browser_root_view.cc 51 return GetPasteAndGoURL(data, NULL);
98 if (GetPasteAndGoURL(event.data(), &url))
143 bool BrowserRootView::GetPasteAndGoURL(const ui::OSExchangeData& data,

Completed in 313 milliseconds