OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationBrowserTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc
227
//
GeolocationBrowserTest
-----------------------------------------------------
238
class
GeolocationBrowserTest
: public InProcessBrowserTest {
247
GeolocationBrowserTest
();
248
virtual ~
GeolocationBrowserTest
();
315
DISALLOW_COPY_AND_ASSIGN(
GeolocationBrowserTest
);
318
GeolocationBrowserTest
::
GeolocationBrowserTest
()
326
GeolocationBrowserTest
::~
GeolocationBrowserTest
() {
329
void
GeolocationBrowserTest
::SetUpOnMainThread()
[
all
...]
/external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc
199
class
GeolocationBrowserTest
: public InProcessBrowserTest {
201
GeolocationBrowserTest
()
378
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, DisplaysPermissionBar) {
383
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, Geoposition) {
391
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
,
406
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, MAYBE_NoInfobarForSecondTab) {
425
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, MAYBE_NoInfobarForDeniedOrigin) {
438
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, NoInfobarForAllowedOrigin) {
447
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, NoInfobarForOffTheRecord) {
462
IN_PROC_BROWSER_TEST_F(
GeolocationBrowserTest
, IFramesWithFreshPosition)
[
all
...]
Completed in 23 milliseconds