OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PageInfoModel
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
page_info_model.cc
26
PageInfoModel
::
PageInfoModel
(Profile* profile,
275
NewCallback(this, &
PageInfoModel
::OnGotVisitCountToHost));
279
PageInfoModel
::~
PageInfoModel
() {}
281
int
PageInfoModel
::GetSectionCount() {
285
PageInfoModel
::SectionInfo
PageInfoModel
::GetSectionInfo(int index) {
290
gfx::Image*
PageInfoModel
::GetIconImage(SectionStateIcon icon_id) {
297
void
PageInfoModel
::OnGotVisitCountToHost(HistoryService::Handle handle
[
all
...]
page_info_model.h
23
class
PageInfoModel
{
80
PageInfoModel
(Profile* profile,
85
~
PageInfoModel
();
101
PageInfoModel
();
117
DISALLOW_COPY_AND_ASSIGN(
PageInfoModel
);
Completed in 57 milliseconds