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

  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 63 const std::string GetTabUrl(RenderWidgetHost* rwh) {
494 AddLoginTimeMarker("TabLoad-Start: " + GetTabUrl(rwh), false);
504 AddLoginTimeMarker("TabLoad-End: " + GetTabUrl(rwh), false);
512 AddLoginTimeMarker("TabPaint: " + GetTabUrl(rwh), false);
  /external/chromium_org/content/public/browser/
download_item.h 184 virtual const GURL& GetTabUrl() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 57 MOCK_CONST_METHOD0(GetTabUrl, const GURL&());
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tab_list_backend.py 52 def GetTabUrl(self, debugger_url):
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 389 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
405 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
428 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
460 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
554 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
598 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
752 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
805 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
    [all...]
download_protection_service.cc 286 tab_url_(item->GetTabUrl()),
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.h 116 virtual const GURL& GetTabUrl() const OVERRIDE;
download_manager_impl_unittest.cc 137 MOCK_CONST_METHOD0(GetTabUrl, const GURL&());
download_item_impl.cc 559 const GURL& DownloadItemImpl::GetTabUrl() const {
    [all...]

Completed in 5350 milliseconds