OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_input
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
existing_user_view.h
10
#include "chrome/browser/chromeos/login/
user_input
.h"
guest_user_view.h
10
#include "chrome/browser/chromeos/login/
user_input
.h"
new_user_view.cc
71
string16
user_input
;
variable
72
bool was_trim = TrimWhitespace(text(), TRIM_ALL, &
user_input
) != TRIM_NONE;
73
if (!
user_input
.empty()) {
74
std::string username = UTF16ToUTF8(
user_input
);
84
SetText(
user_input
);
variable
new_user_view.h
14
#include "chrome/browser/chromeos/login/
user_input
.h"
Completed in 140 milliseconds