OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateBookmarkFunction
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc
155
generator.NewEvent<
CreateBookmarkFunction
>(kTestExtensionPath1,
156
new
CreateBookmarkFunction
(), 3);
192
generator.NewEvent<
CreateBookmarkFunction
>(kTestExtensionPath1,
193
new
CreateBookmarkFunction
(), 5);
228
generator.NewEvent<
CreateBookmarkFunction
>(kTestExtensionPath1,
229
new
CreateBookmarkFunction
(), 5);
240
generator.NewEvent<
CreateBookmarkFunction
>(kTestExtensionPath1,
241
new
CreateBookmarkFunction
(), 3);
/external/chromium/chrome/browser/extensions/
extension_bookmarks_module.h
162
class
CreateBookmarkFunction
: public BookmarksFunction {
extension_function_dispatcher.cc
167
RegisterFunction<
CreateBookmarkFunction
>();
extension_bookmarks_module.cc
427
bool
CreateBookmarkFunction
::RunImpl() {
659
// TODO(tim): This should share code with
CreateBookmarkFunction
::RunImpl,
811
void
CreateBookmarkFunction
::GetQuotaLimitHeuristics(
Completed in 141 milliseconds