OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_starred_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.h
51
bool is_starred() const { return
is_starred_
; }
86
bool
is_starred_
;
member in class:BookmarkTabHelper
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
/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
Completed in 384 milliseconds