Home | History | Annotate | Download | only in geolocation

Lines Matching refs:browser

9 #include "chrome/browser/dom_operation_notification_details.h"
10 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
11 #include "chrome/browser/geolocation/geolocation_settings_state.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
14 #include "chrome/browser/ui/browser.h"
15 #include "chrome/browser/ui/browser_list.h"
19 #include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h"
20 #include "content/browser/geolocation/location_arbitrator.h"
21 #include "content/browser/geolocation/mock_location_provider.h"
22 #include "content/browser/renderer_host/render_view_host.h"
23 #include "content/browser/tab_contents/tab_contents.h"
39 IFrameLoader(Browser* browser, int iframe_id, const GURL& url)
43 &browser->GetSelectedTabContents()->controller();
53 browser->GetSelectedTabContents()->render_view_host()->
64 browser->GetSelectedTabContents()->render_view_host(),
190 // This is a browser test for Geolocation.
191 // It exercises various integration points from javascript <-> browser:
241 ui_test_utils::OpenURLOffTheRecord(browser()->profile(), current_url_);
243 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
246 current_browser_ = browser();
250 current_browser_ = browser();
253 current_browser_ = browser();
361 Browser* current_browser_;