Searched defs:GetURL (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_controller_interactive_uitest.cc23 GURL GetURL(const std::string& filename) { function in namespace:__anon5265
38 ui_test_utils::NavigateToURL(browser(), GetURL(kSimple));
/external/chromium_org/ppapi/cpp/
H A Durl_response_info.h64 Var GetURL() const { function in class:pp::URLResponseInfo
H A Dwebsocket.cc141 Var WebSocket::GetURL() { function in class:pp::WebSocket
146 get_interface<PPB_WebSocket_1_0>()->GetURL(pp_resource()));
/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_print_printer_list.cc54 GURL CloudPrintPrinterList::GetURL() { function in class:local_discovery::CloudPrintPrinterList
H A Dprivet_confirm_api_flow.cc60 GURL PrivetConfirmApiCallFlow::GetURL() { function in class:local_discovery::PrivetConfirmApiCallFlow
H A Dcloud_device_list.cc58 GURL CloudDeviceList::GetURL() { function in class:local_discovery::CloudDeviceList
H A Dgcd_registration_ticket_request.cc58 GURL GCDRegistrationTicketRequest::GetURL() { function in class:local_discovery::GCDRegistrationTicketRequest
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.cc31 GURL TestToolbarModel::GetURL() const { function in class:TestToolbarModel
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_info_ui.cc53 GURL ExtensionInfoUI::GetURL(const std::string& extension_id) { function in class:extensions::ExtensionInfoUI
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc46 GURL ForwardingAgentHost::GetURL() { function in class:content::ForwardingAgentHost
/external/chromium_org/content/browser/streams/
H A Dstream_handle_impl.cc49 const GURL& StreamHandleImpl::GetURL() { function in class:content::StreamHandleImpl
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dtest_server.py31 def GetURL(self, rel_url): member in class:LocalHTTPServer
36 GetURL('foobar.baz') -> 'http://localhost:1234/foobar.baz'
/external/chromium_org/net/filter/
H A Dmock_filter_context.cc35 bool MockFilterContext::GetURL(GURL* gurl) const { function in class:net::MockFilterContext
/external/chromium_org/components/history/core/browser/
H A Dpage_usage_data.h39 const GURL& GetURL() const { function in class:PageUsageData
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate_impl.cc38 const GURL& OmniboxCurrentPageDelegateImpl::GetURL() const { function in class:OmniboxCurrentPageDelegateImpl
39 return controller_->GetWebContents()->GetURL();
50 IsSearchResultsPageFromDefaultSearchProvider(GetURL());
/external/chromium_org/content/browser/
H A Dsession_history_browsertest.cc95 GURL GetURL(const std::string file) { function in class:content::SessionHistoryTest
96 return embedded_test_server()->GetURL(
104 NavigateToURL(shell(), GetURL(filename));
188 GURL frames(GetURL("frames.html"));
245 GURL frames(GetURL("frames.html"));
294 GURL frames(GetURL("frames.html"));
333 GURL fragment(GetURL("fragment.html"));
343 EXPECT_EQ(GetURL("fragment.html#b"), GetTabURL());
346 EXPECT_EQ(GetURL("fragment.html#a"), GetTabURL());
349 EXPECT_EQ(GetURL("fragmen
[all...]
H A Dplugin_browsertest.cc106 GURL GetURL(const char* filename) { function in class:content::PluginTest
133 LoadAndWait(GetURL("layout_test_plugin.html"));
141 LoadAndWait(GetURL("self_delete_plugin_geturl.html"));
148 LoadAndWait(GetURL("self_delete_plugin_invoke.html"));
152 NavigateToURL(shell(), GetURL("npobject_released_on_destruction.html"));
161 LoadAndWait(GetURL("npobject_set_exception.html"));
171 NavigateToURL(shell(), GetURL("execute_script_delete_in_mouse_up.html"));
202 shell()->LoadURL(GetURL("self_delete_plugin_invoke_alert.html"));
217 LoadAndWait(GetURL("arguments.html"));
223 LoadAndWait(GetURL("many_plugin
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_request_unittest.cc84 WebCString GetURL() { function in class:content::URLRequestInfoTest
210 EXPECT_TRUE(IsExpected(GetURL(), url));
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_requests.cc43 GURL GetResourceEntryRequest::GetURL() const { function in class:google_apis::GetResourceEntryRequest
/external/chromium_org/ppapi/thunk/
H A Dppb_websocket_thunk.cc135 struct PP_Var GetURL(PP_Resource web_socket) { function in namespace:ppapi::thunk::__anon10328
136 VLOG(4) << "PPB_WebSocket::GetURL()";
140 return enter.object()->GetURL();
157 &GetURL
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc85 const GURL& BackgroundContents::GetURL() const { function in class:BackgroundContents
86 return web_contents_.get() ? web_contents_->GetURL() : GURL::EmptyGURL();
/external/chromium_org/native_client_sdk/src/tools/
H A Dhttpd.py138 def GetURL(self, rel_url): member in class:LocalHTTPServer
143 GetURL('foobar.baz') -> 'http://localhost:1234/foobar.baz'
215 print 'Serving %s on %s...' % (options.serve_dir, server.GetURL(''))
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc143 Var WebSocketAPI::GetURL() { function in class:pp::WebSocketAPI
144 return impl_->GetURL();
/external/chromium_org/chrome/browser/
H A Dchrome_plugin_browsertest.cc86 static GURL GetURL(const char* filename) { function in class:ChromePluginTest
215 GURL url = GetURL("flash.html");
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc81 if (entry != NULL && entry->GetURL().is_valid())
102 GetURL().host());
188 url_(agent_host->GetURL()) {
211 GURL DevToolsTargetImpl::GetURL() const { function in class:DevToolsTargetImpl

Completed in 5157 milliseconds

123