OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToolbarModelImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.h
31
class
ToolbarModelImpl
: public ToolbarModel {
33
explicit
ToolbarModelImpl
(ToolbarModelDelegate* delegate);
34
virtual ~
ToolbarModelImpl
();
72
DISALLOW_IMPLICIT_CONSTRUCTORS(
ToolbarModelImpl
);
toolbar_model_impl.cc
47
ToolbarModelImpl
::
ToolbarModelImpl
(ToolbarModelDelegate* delegate)
51
ToolbarModelImpl
::~
ToolbarModelImpl
() {
54
ToolbarModel::SecurityLevel
ToolbarModelImpl
::GetSecurityLevelForWebContents(
97
//
ToolbarModelImpl
Implementation.
98
base::string16
ToolbarModelImpl
::GetText() const {
122
base::string16
ToolbarModelImpl
::GetCorpusNameForMobile() const {
143
GURL
ToolbarModelImpl
::GetURL() const {
154
bool
ToolbarModelImpl
::WouldOmitURLDueToOriginChip() const
[
all
...]
Completed in 45 milliseconds