OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLOperationsInterface
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui_helpers.h
24
class
HTMLOperationsInterface
{
26
HTMLOperationsInterface
() {}
27
virtual ~
HTMLOperationsInterface
() {}
35
DISALLOW_COPY_AND_ASSIGN(
HTMLOperationsInterface
);
login_ui_helpers.cc
17
//
HTMLOperationsInterface
, public:---------------------------------------------
18
base::StringPiece
HTMLOperationsInterface
::GetLoginHTML() {
25
std::string
HTMLOperationsInterface
::GetFullHTML(
33
RefCountedBytes*
HTMLOperationsInterface
::CreateHTMLBytes(
login_ui.h
19
class
HTMLOperationsInterface
;
33
scoped_ptr<
HTMLOperationsInterface
> html_operations_;
mock_login_ui_helpers.h
41
: public chromeos::
HTMLOperationsInterface
{
login_ui.cc
33
html_operations_(new
HTMLOperationsInterface
()) {
Completed in 290 milliseconds