OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestBookmarkClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/bookmarks/test/
test_bookmark_client.h
15
class
TestBookmarkClient
: public BookmarkClient {
17
TestBookmarkClient
();
18
virtual ~
TestBookmarkClient
();
58
DISALLOW_COPY_AND_ASSIGN(
TestBookmarkClient
);
test_bookmark_client.cc
16
TestBookmarkClient
::
TestBookmarkClient
() {}
18
TestBookmarkClient
::~
TestBookmarkClient
() {}
20
scoped_ptr<BookmarkModel>
TestBookmarkClient
::CreateModel() {
29
void
TestBookmarkClient
::SetExtraNodesToLoad(
36
bool
TestBookmarkClient
::IsExtraNodeRoot(const BookmarkNode* node) {
44
bool
TestBookmarkClient
::IsAnExtraNode(const BookmarkNode* node) {
54
bool
TestBookmarkClient
::IsPermanentNodeVisible(
63
void
TestBookmarkClient
::RecordAction(const base::UserMetricsAction& action)
[
all
...]
Completed in 159 milliseconds