OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotifyOtherProcessOrCreate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/
chrome_process_singleton.cc
33
ChromeProcessSingleton::
NotifyOtherProcessOrCreate
() {
34
return process_singleton_.
NotifyOtherProcessOrCreate
();
process_singleton_posix_unittest.cc
180
// A helper method to call ProcessSingleton::
NotifyOtherProcessOrCreate
().
181
ProcessSingleton::NotifyResult
NotifyOtherProcessOrCreate
(
242
process_singleton_on_thread_->
NotifyOtherProcessOrCreate
());
350
EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE,
NotifyOtherProcessOrCreate
(url));
401
EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE,
NotifyOtherProcessOrCreate
(url));
process_singleton_win.cc
330
ProcessSingleton::
NotifyOtherProcessOrCreate
() {
process_singleton_posix.cc
900
ProcessSingleton::NotifyResult ProcessSingleton::
NotifyOtherProcessOrCreate
() {
[
all
...]
Completed in 969 milliseconds