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

  /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 372 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
388 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
420 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
510 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
554 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
702 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
755 EXPECT_CALL(item, GetTabUrl()).WillRepeatedly(ReturnRef(GURL::EmptyGURL()));
    [all...]
download_protection_service.cc 282 tab_url_(item->GetTabUrl()),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 64 const std::string GetTabUrl(RenderWidgetHost* rwh) {
498 AddLoginTimeMarker("TabLoad-Start: " + GetTabUrl(rwh), false);
508 AddLoginTimeMarker("TabLoad-End: " + GetTabUrl(rwh), false);
516 AddLoginTimeMarker("TabPaint: " + GetTabUrl(rwh), false);
  /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 602 milliseconds