OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageInfoModel
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
page_info_bubble_controller.h
17
scoped_ptr<
PageInfoModel
> model_;
20
scoped_ptr<
PageInfoModel
::PageInfoModelObserver> bridge_;
32
- (id)initWithPageInfoModel:(
PageInfoModel
*)model
33
modelObserver:(
PageInfoModel
::PageInfoModelObserver*)bridge
/external/chromium/chrome/browser/
page_info_model.h
23
class
PageInfoModel
{
80
PageInfoModel
(Profile* profile,
85
~
PageInfoModel
();
101
PageInfoModel
();
117
DISALLOW_COPY_AND_ASSIGN(
PageInfoModel
);
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
...]
/external/chromium/chrome/browser/ui/views/
page_info_bubble_view.h
21
public
PageInfoModel
::PageInfoModelObserver,
41
//
PageInfoModel
::PageInfoModelObserver methods:
65
PageInfoModel
model_;
page_info_bubble_view.cc
50
const
PageInfoModel
::SectionInfo& section_info,
70
PageInfoModel
::SectionInfo info_;
147
PageInfoModel
::SectionInfo info = model_.GetSectionInfo(i);
174
PageInfoModel
::SectionInfo info = model_.GetSectionInfo(i);
254
const
PageInfoModel
::SectionInfo& section_info,
281
if (info_.type ==
PageInfoModel
::SECTION_INFO_IDENTITY && show_cert) {
337
if (info_.type ==
PageInfoModel
::SECTION_INFO_IDENTITY && link_) {
/external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc
36
class PageInfoBubbleGtk : public
PageInfoModel
::PageInfoModelObserver,
64
GtkWidget* CreateSection(const
PageInfoModel
::SectionInfo& section);
71
PageInfoModel
model_;
214
const
PageInfoModel
::SectionInfo& section) {
251
if (section.type ==
PageInfoModel
::SECTION_INFO_IDENTITY && cert_id_ > 0) {
Completed in 67 milliseconds