GetCurrentURL    1031 chrome/renderer/searchbox/searchbox_extension.cc   GURL current_url = GetCurrentURL(render_view);
GetCurrentURL      64 chrome/test/remoting/remote_desktop_browsertest.cc   EXPECT_EQ(GetCurrentURL().host(), "www.google.com");
GetCurrentURL     207 chrome/test/remoting/remote_desktop_browsertest.cc   EXPECT_EQ(Chromoting_Main_URL(), GetCurrentURL());
GetCurrentURL     216 chrome/test/remoting/remote_desktop_browsertest.cc   ASSERT_EQ(Chromoting_Main_URL(), GetCurrentURL());
GetCurrentURL     238 chrome/test/remoting/remote_desktop_browsertest.cc   EXPECT_EQ("accounts.google.com", GetCurrentURL().host());
GetCurrentURL     248 chrome/test/remoting/remote_desktop_browsertest.cc   ASSERT_EQ("accounts.google.com", GetCurrentURL().host());
GetCurrentURL     263 chrome/test/remoting/remote_desktop_browsertest.cc     EXPECT_EQ(GetCurrentURL().host(), "accounts.google.com");
GetCurrentURL     290 chrome/test/remoting/remote_desktop_browsertest.cc     ASSERT_EQ("accounts.google.com", GetCurrentURL().host());
GetCurrentURL     319 chrome/test/remoting/remote_desktop_browsertest.cc   ASSERT_TRUE(GetCurrentURL() == Chromoting_Main_URL());
GetCurrentURL     329 chrome/test/remoting/remote_desktop_browsertest.cc   ASSERT_EQ(Chromoting_Main_URL(), GetCurrentURL());
GetCurrentURL     362 chrome/test/remoting/remote_desktop_browsertest.cc   ASSERT_EQ(Chromoting_Main_URL(), GetCurrentURL());
GetCurrentURL     204 chrome/test/remoting/remote_desktop_browsertest.h   GURL GetCurrentURL() {