OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateBookmarkFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc
153
generator.NewEvent<
UpdateBookmarkFunction
>(kTestExtensionPath1,
154
new
UpdateBookmarkFunction
(), 2);
206
generator.NewEvent<
UpdateBookmarkFunction
>(kTestExtensionPath2,
207
new
UpdateBookmarkFunction
(), 2);
/external/chromium/chrome/browser/extensions/
extension_bookmarks_module.h
186
class
UpdateBookmarkFunction
: public BookmarksFunction {
extension_bookmarks_module.cc
500
return
UpdateBookmarkFunction
::ExtractIds(args, ids, invalid_id);
577
bool
UpdateBookmarkFunction
::ExtractIds(const ListValue* args,
584
bool
UpdateBookmarkFunction
::RunImpl() {
806
void
UpdateBookmarkFunction
::GetQuotaLimitHeuristics(
808
BookmarksQuotaLimitFactory::Build<
UpdateBookmarkFunction
>(heuristics);
extension_function_dispatcher.cc
169
RegisterFunction<
UpdateBookmarkFunction
>();
Completed in 39 milliseconds