OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_starred_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc
81
is_starred_
(false),
93
const bool old_state =
is_starred_
;
94
is_starred_
= (bookmark_model_ &&
97
if (
is_starred_
!= old_state && delegate_)
98
delegate_->URLStarredChanged(web_contents(),
is_starred_
);
local
bookmark_tab_helper.h
51
bool is_starred() const { return
is_starred_
; }
86
bool
is_starred_
;
member in class:BookmarkTabHelper
/external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h
94
bool is_starred() const { return
is_starred_
; }
176
bool
is_starred_
;
member in class:TabContentsWrapper
tab_contents_wrapper.cc
51
is_starred_
(false),
323
const bool old_state =
is_starred_
;
324
is_starred_
= (model && model->IsBookmarked(tab_contents()->GetURL()));
326
if (
is_starred_
!= old_state && delegate())
327
delegate()->URLStarredChanged(this,
is_starred_
);
Completed in 47 milliseconds