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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 61 bool GetPasteAndGoURL(const ui::OSExchangeData& data, GURL* url);
browser_root_view.cc 56 return GetPasteAndGoURL(data, NULL);
105 if (GetPasteAndGoURL(event.data(), &url))
192 bool BrowserRootView::GetPasteAndGoURL(const ui::OSExchangeData& data,

Completed in 65 milliseconds