OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessagePortService
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/
message_port_message_filter.cc
21
MessagePortService
::GetInstance()->OnMessagePortMessageFilterClosing(this);
31
MessagePortService
::GetInstance(),
32
MessagePortService
::Destroy)
34
MessagePortService
::GetInstance(),
35
MessagePortService
::Entangle)
37
MessagePortService
::GetInstance(),
38
MessagePortService
::PostMessage)
40
MessagePortService
::GetInstance(),
41
MessagePortService
::QueueMessages)
43
MessagePortService
::GetInstance()
[
all
...]
message_port_service.h
20
class
MessagePortService
{
25
// Returns the
MessagePortService
singleton.
26
static
MessagePortService
* GetInstance();
54
friend struct DefaultSingletonTraits<
MessagePortService
>;
56
MessagePortService
();
57
~
MessagePortService
();
74
DISALLOW_COPY_AND_ASSIGN(
MessagePortService
);
message_port_service.cc
12
struct
MessagePortService
::MessagePort {
34
MessagePortService
*
MessagePortService
::GetInstance() {
35
return Singleton<
MessagePortService
>::get();
38
MessagePortService
::
MessagePortService
()
42
MessagePortService
::~
MessagePortService
() {
45
void
MessagePortService
::UpdateMessagePort(
59
void
MessagePortService
::OnMessagePortMessageFilterClosing
[
all
...]
/external/chromium_org/content/browser/worker_host/
worker_process_host.cc
420
MessagePortService
::GetInstance()->UpdateMessagePort(
430
MessagePortService
::GetInstance()->SendQueuedMessagesIfPossible(
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
[
all
...]
Completed in 420 milliseconds