Searched refs:Post (Results 1 - 25 of 155) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeVisitorAction.cs57 object Post(object t); method in interface:Antlr.Runtime.Tree.ITreeVisitorAction
80 public object Post(object t) method in class:Antlr.Runtime.Tree.TreeVisitorAction
H A DTreeVisitor.cs72 t = action.Post(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeVisitorAction.cs59 object Post( object t ); method in interface:Antlr.Runtime.Tree.ITreeVisitorAction
82 public object Post( object t ) method in class:Antlr.Runtime.Tree.TreeVisitorAction
H A DTreeVisitor.cs74 t = action.Post( t );
/external/chromium_org/extensions/common/
H A Done_shot_event.h41 // migrating old code; usually calling Post() unconditionally will
69 // Const because Post() doesn't modify the logical state of this
71 void Post(const tracked_objects::Location& from_here,
73 void Post(const tracked_objects::Location& from_here,
H A Done_shot_event_unittest.cc30 event.Post(FROM_HERE, base::Bind(&Increment, &i), runner);
31 event.Post(FROM_HERE, base::Bind(&Increment, &i), runner);
50 event.Post(FROM_HERE, base::Bind(&Increment, &i), runner);
65 event.Post(FROM_HERE, base::Bind(&Increment, &runner_i), runner);
66 event.Post(FROM_HERE, base::Bind(&Increment, &loop_i));
82 event->Post(FROM_HERE, base::Bind(&Increment, i), runner);
91 event.Post(FROM_HERE,
H A Done_shot_event.cc36 void OneShotEvent::Post(const tracked_objects::Location& from_here, function in class:extensions::OneShotEvent
38 Post(from_here, task, base::MessageLoopProxy::current());
41 void OneShotEvent::Post(const tracked_objects::Location& from_here, function in class:extensions::OneShotEvent
59 // After this point, a call to Post() from one of the queued tasks
/external/chromium/chrome/browser/sync/engine/net/
H A Dsyncapi_server_connection_manager.h18 // This provides HTTP Post functionality through the interface provided
21 : public browser_sync::ServerConnectionManager::Post {
56 virtual Post* MakePost();
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppthread.cc59 Post(this, MSG_LOGIN, new LoginData(xcs));
63 Post(this, MSG_DISCONNECT);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediamonitor.cc58 worker_thread_->Post(this, MSG_MONITOR_START);
62 worker_thread_->Post(this, MSG_MONITOR_STOP);
105 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL);
H A Daudiomonitor.cc55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START);
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc59 channel_thread_->Post(this, MSG_MONITOR_START);
63 channel_thread_->Post(this, MSG_MONITOR_STOP);
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.cc57 worker_thread_->Post(this, MSG_MONITOR_START);
61 worker_thread_->Post(this, MSG_MONITOR_STOP);
104 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL);
H A Daudiomonitor.cc55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START);
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL);
/external/skia/tests/
H A DMessageBusTest.cpp28 SkMessageBus<TestMessage>::Post(m1);
29 SkMessageBus<TestMessage>::Post(m2);
40 SkMessageBus<TestMessage>::Post(m3);
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc109 Post(RENDERER, PpapiHostMsg_PDF_DidStartLoading());
113 Post(RENDERER, PpapiHostMsg_PDF_DidStopLoading());
117 Post(RENDERER, PpapiHostMsg_PDF_SetContentRestriction(restrictions));
128 Post(RENDERER,
134 Post(RENDERER, PpapiHostMsg_PDF_HasUnsupportedFeature());
138 Post(RENDERER, PpapiHostMsg_PDF_Print());
142 Post(RENDERER, PpapiHostMsg_PDF_SaveAs());
H A Dgraphics_2d_resource.cc70 Post(RENDERER, PpapiHostMsg_Graphics2D_PaintImageData(
79 Post(RENDERER, PpapiHostMsg_Graphics2D_Scroll(
99 Post(RENDERER, PpapiHostMsg_Graphics2D_ReplaceContents(
106 Post(RENDERER, PpapiHostMsg_Graphics2D_Dev_SetScale(scale));
116 Post(RENDERER, PpapiHostMsg_Graphics2D_SetOffset(*offset));
121 Post(RENDERER, PpapiHostMsg_Graphics2D_SetResizeMode(resize_mode));
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp483 Post, enumerator in enum:Position
493 None, Above, Above, Post,
511 None, None, Post, Pre,
513 Post, Below, Below, Below,
515 Above, Post, Post, Post,
516 Post, None, None, None,
534 None, Above, Post, Post,
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp483 Post, enumerator in enum:Position
493 None, Above, Above, Post,
511 None, None, Post, Pre,
513 Post, Below, Below, Below,
515 Above, Post, Post, Post,
516 Post, None, None, None,
534 None, Above, Post, Post,
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator_unittest.cc25 bool Post(const GURL& url, const string& post_body, function in class:gaia::GaiaAuthMockForGaiaAuthenticator
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnullsocketserver_unittest.cc50 thread.Post(this, 0);
H A Dworker.cc83 worker_thread_->Post(this, MSG_HAVEWORK);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppthread.cc62 Post(this, MSG_LOGIN, new LoginData(xcs));
66 Post(this, MSG_DISCONNECT);
/external/chromium_org/jingle/glue/
H A Dthread_wrapper_unittest.cc95 TEST_F(ThreadWrapperTest, Post) {
101 thread_->Post(&handler1_, kTestMessage1, data1);
102 thread_->Post(&handler1_, kTestMessage2, data2);
103 thread_->Post(&handler2_, kTestMessage1, data3);
104 thread_->Post(&handler2_, kTestMessage1, data4);
158 thread_->Post(&handler1_, kTestMessage1, NULL);
159 thread_->Post(&handler1_, kTestMessage2, NULL);
160 thread_->Post(&handler2_, kTestMessage1, NULL);
161 thread_->Post(&handler2_, kTestMessage2, NULL);
215 thread_->Post(
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayPost.h23 DECLARE_MEMBER_INFO(Post);

Completed in 776 milliseconds

1234567