OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSessionNameSynchronouslyForTesting
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/util/
get_session_name_unittest.cc
34
// Call
GetSessionNameSynchronouslyForTesting
and make sure its return
37
const std::string& session_name =
GetSessionNameSynchronouslyForTesting
();
43
// Call
GetSessionNameSynchronouslyForTesting
on ChromeOS where the board type
48
const std::string& session_name =
GetSessionNameSynchronouslyForTesting
();
52
// Call
GetSessionNameSynchronouslyForTesting
on ChromeOS where the board type
57
const std::string& session_name =
GetSessionNameSynchronouslyForTesting
();
65
// to the return value of
GetSessionNameSynchronouslyForTesting
().
71
EXPECT_EQ(session_name_,
GetSessionNameSynchronouslyForTesting
());
get_session_name.h
25
SYNC_EXPORT_PRIVATE std::string
GetSessionNameSynchronouslyForTesting
();
get_session_name.cc
86
std::string
GetSessionNameSynchronouslyForTesting
() {
/external/chromium_org/chrome/browser/sync/glue/
local_device_info_provider_unittest.cc
81
EXPECT_EQ(syncer::
GetSessionNameSynchronouslyForTesting
(),
Completed in 46 milliseconds