OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBookmarksFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc
167
generator.NewEvent<
GetBookmarksFunction
>(kTestExtensionPath2,
168
new
GetBookmarksFunction
(), 33);
204
generator.NewEvent<
GetBookmarksFunction
>(kTestExtensionPath2,
205
new
GetBookmarksFunction
(), 3);
/external/chromium/chrome/browser/extensions/
extension_bookmarks_module.h
103
class
GetBookmarksFunction
: public BookmarksFunction {
extension_function_dispatcher.cc
160
RegisterFunction<
GetBookmarksFunction
>();
extension_bookmarks_module.cc
275
bool
GetBookmarksFunction
::RunImpl() {
Completed in 563 milliseconds