OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_callback_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/
process_singleton.h
123
NotificationCallback
notification_callback_
; // Handler for notifications.
member in class:ProcessSingleton
process_singleton_win.cc
270
:
notification_callback_
(notification_callback),
444
base::Bind(&ProcessLaunchNotification,
notification_callback_
),
process_singleton_linux.cc
570
if (parent_->
notification_callback_
.Run(CommandLine(argv),
687
:
notification_callback_
(notification_callback),
[
all
...]
/external/chromium_org/base/debug/
trace_event_impl.h
555
NotificationCallback
notification_callback_
;
member in class:base::debug::TraceLog
trace_event_impl.cc
754
if (trace_log_->
notification_callback_
.is_null())
757
callback_copy_ = trace_log_->
notification_callback_
;
[
all
...]
Completed in 205 milliseconds