Searched refs:SetToken (Results 26 - 33 of 33) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc174 const cmd::SetToken& args) {
H A Din_process_command_buffer.cc697 void InProcessCommandBuffer::SetToken(int32 token) { NOTREACHED(); } function in class:gpu::InProcessCommandBuffer
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc354 void CommandBufferProxyImpl::SetToken(int32 token) { function in class:content::CommandBufferProxyImpl
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc41 // Forward the SetToken calls to the engine
43 .WillRepeatedly(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
91 // and SetToken are properly forwarded to the engine.
H A Dfenced_allocator_test.cc45 // Forward the SetToken calls to the engine
47 .WillRepeatedly(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
94 // and SetToken are properly forwarded to the engine.
397 // RPC mechanism), making sure Noops are ignored and SetToken are properly
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc284 token_store->SetToken(access_token);
H A Dprinter_job_handler_unittest.cc486 token_store_.SetToken(kExampleCloudPrintOAuthToken);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas509 procedure SetToken(const Value: IToken); procedure
598 property Token: IToken read GetToken write SetToken;
1817 procedure SetToken(const Value: IToken);
3833 procedure TRecognizerSharedState.SetToken(const Value: IToken);

Completed in 275 milliseconds

12