Searched refs:GuestMode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc71 enum GuestMode { enum in namespace:file_manager::__anon3165
78 std::ostream& operator<<(std::ostream& os, const GuestMode& guest_mode) {
546 virtual GuestMode GetGuestModeParam() const = 0;
736 typedef std::tr1::tuple<GuestMode, const char*> TestParameter;
742 virtual GuestMode GetGuestModeParam() const OVERRIDE {
1140 virtual GuestMode GetGuestModeParam() const OVERRIDE {
1217 template<GuestMode M>
1220 virtual GuestMode GetGuestModeParam() const OVERRIDE { return M; }
1253 template<GuestMode M>
1419 template<GuestMode
[all...]

Completed in 125 milliseconds