Searched defs:Context (Results 1 - 25 of 465) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb51 class Context class in class:ANTLR3.DOT
109 tree_template = Context.new( tree_template, :nodes => [], :edges => [] )
154 edge_template = Context.new( edge_template,
165 node_template = Context.new( NODE_TEMPLATE )
H A Dtemplate.rb124 template = Context.new( values )
145 Context.define( self, name, parameters ) do | tclass |
211 class Context class
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc349 // ProxyResolverV8::Context ---------------------------------------------------
351 class ProxyResolverV8::Context { class in class:net::ProxyResolverV8
353 explicit Context(ProxyResolverJSBindings* js_bindings, function in class:net::ProxyResolverV8::Context
358 ~Context() {
372 v8::Local<v8::Context> context =
373 v8::Local<v8::Context>::New(isolate_, v8_context_);
374 v8::Context::Scope function_scope(context);
466 isolate_, v8::Context::New(isolate_, NULL, global_template));
468 v8::Local<v8::Context> context =
469 v8::Local<v8::Context>
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmalintrules.py51 Context = ecmametadatapass.EcmaContext variable
228 token.metadata.context.type in (Context.LITERAL_ELEMENT,
229 Context.CASE_BLOCK,
230 Context.STATEMENT)):
277 token.metadata.context.type == Context.BLOCK):
324 if token.metadata.context.type != Context.FOR_GROUP_BLOCK:
H A Dindentation.py35 Context = ecmametadatapass.EcmaContext variable
234 is_block=token.metadata.context.type == Context.ARRAY_LITERAL))
263 elif token.metadata.context.type == Context.CASE_BLOCK:
272 elif token.metadata.context.type == Context.LITERAL_ELEMENT:
286 if token.metadata.context.type == Context.VAR:
288 elif token.metadata.context.type != Context.PARAMETERS:
504 token_info.token.metadata.context.type == Context.BLOCK and
/external/chromium_org/base/
H A Dmd5.cc30 struct Context { struct in namespace:__anon2327
157 struct Context *ctx = (struct Context *)context;
173 struct Context *ctx = (struct Context *)context;
223 struct Context *ctx = (struct Context *)context;
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc774 // RenderClient and the Context by giving them both a pointer to a variable on
1712 EXPECT_CALL(*Context(), drawElements(_, _, _, _)).Times(1);
1723 OutputSurfaceMockContext* Context() { function in class:cc::__anon2723::MockOutputSurfaceTest
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.h87 enum Context { enum in class:extensions::MenuItem
114 explicit ContextList(Context context) : value_(context) {}
129 bool Contains(Context context) const {
133 void Add(Context context) {
151 uint32 value_; // A bitmask of Context values.
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc136 PluginInfoMessageFilter::Context::Context(int render_process_id, function in class:PluginInfoMessageFilter::Context
154 PluginInfoMessageFilter::Context::~Context() {
285 void PluginInfoMessageFilter::Context::DecidePluginStatus(
389 bool PluginInfoMessageFilter::Context::FindEnabledPlugin(
438 void PluginInfoMessageFilter::Context::GetPluginContentSetting(
494 void PluginInfoMessageFilter::Context::MaybeGrantAccess(
504 bool PluginInfoMessageFilter::Context::IsPluginEnabled(
H A Dplugin_info_message_filter.h39 class Context { class in class:PluginInfoMessageFilter
41 Context(int render_process_id, Profile* profile);
43 ~Context();
119 Context context_;
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.cc31 typedef virtual_keyboard_private::OnTextInputBoxFocused::Context Context; typedef
37 Context::Type TextInputTypeToGeneratedInputTypeEnum(ui::TextInputType type) {
40 return Context::TYPE_NONE;
42 return Context::TYPE_PASSWORD;
44 return Context::TYPE_EMAIL;
46 return Context::TYPE_NUMBER;
48 return Context::TYPE_TEL;
50 return Context::TYPE_URL;
52 return Context
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc43 struct Context { struct in namespace:mini_installer
341 Context* ctx = reinterpret_cast<Context*>(context);
391 Context context = {
/external/chromium_org/content/browser/
H A Dchild_process_launcher.cc55 class ChildProcessLauncher::Context class in class:content::ChildProcessLauncher
56 : public base::RefCountedThreadSafe<ChildProcessLauncher::Context> {
58 Context() function in class:content::ChildProcessLauncher::Context
95 &Context::LaunchInternal,
106 scoped_refptr<Context> this_object,
119 &ChildProcessLauncher::Context::Notify,
138 friend class base::RefCountedThreadSafe<ChildProcessLauncher::Context>;
141 ~Context() {
152 base::Bind(&ChildProcessLauncher::Context::RecordLaunchHistograms,
171 scoped_refptr<Context> this_objec
[all...]
H A Dplugin_data_remover_impl.cc59 class PluginDataRemoverImpl::Context class in class:content::PluginDataRemoverImpl
63 public base::RefCountedThreadSafe<Context,
66 Context(base::Time begin_time, BrowserContext* browser_context) function in class:content::PluginDataRemoverImpl::Context
79 base::Bind(&Context::InitOnIOThread, this, mime_type));
83 base::Bind(&Context::OnTimeout, this),
177 IPC_BEGIN_MESSAGE_MAP(Context, message)
199 friend class base::DeleteHelper<Context>;
200 virtual ~Context() {}
313 context_ = new Context(begin_time, browser_context_);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h71 IndexedDBContextImpl* Context() { return indexed_db_context_.get(); } function in class:content::IndexedDBDispatcherHost
/external/chromium_org/content/child/
H A Dweb_socket_stream_handle_impl.cc33 // WebSocketStreamHandleImpl::Context -----------------------------------------
35 class WebSocketStreamHandleImpl::Context class in class:content::WebSocketStreamHandleImpl
36 : public base::RefCounted<Context>,
39 explicit Context(WebSocketStreamHandleImpl* handle);
66 friend class base::RefCounted<Context>;
67 virtual ~Context() {
75 // |bridge_| is alive from Connect to DidClose, so Context must be alive
79 DISALLOW_COPY_AND_ASSIGN(Context);
82 WebSocketStreamHandleImpl::Context::Context(WebSocketStreamHandleImp function in class:content::WebSocketStreamHandleImpl::Context
[all...]
H A Dweb_url_loader_impl.cc204 // WebURLLoaderImpl::Context --------------------------------------------------
209 class WebURLLoaderImpl::Context : public base::RefCounted<Context>, class in class:content::WebURLLoaderImpl
212 Context(WebURLLoaderImpl* loader, ResourceDispatcher* resource_dispatcher);
245 friend class base::RefCounted<Context>;
246 virtual ~Context() {}
263 WebURLLoaderImpl::Context::Context(WebURLLoaderImpl* loader, function in class:content::WebURLLoaderImpl::Context
271 void WebURLLoaderImpl::Context::Cancel() {
290 void WebURLLoaderImpl::Context
[all...]
/external/chromium_org/extensions/common/features/
H A Dfeature.h28 enum Context { enum in class:extensions::Feature
138 Context context,
143 Context context,
150 Context context) const = 0;
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc25 ChannelProxy::Context::Context( function in class:IPC::ChannelProxy::Context
46 ChannelProxy::Context::~Context() {
49 void ChannelProxy::Context::ClearIPCTaskRunner() {
53 void ChannelProxy::Context::CreateChannel(scoped_ptr<ChannelFactory> factory) {
59 bool ChannelProxy::Context::TryFilters(const Message& message) {
70 FROM_HERE, base::Bind(&Context::OnDispatchBadMessage, this, message));
82 bool ChannelProxy::Context::OnMessageReceived(const Message& message) {
90 bool ChannelProxy::Context
[all...]
H A Dipc_channel_proxy.h129 class Context;
132 ChannelProxy(Context* context);
139 class Context : public base::RefCountedThreadSafe<Context>, class in class:IPC::ChannelProxy
142 Context(Listener* listener,
154 friend class base::RefCountedThreadSafe<Context>;
155 virtual ~Context();
225 Context* context() { return context_.get(); }
233 scoped_refptr<Context> context_;
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc34 gin::WrapperInfo Context::kWrapperInfo = { gin::kEmbedderNativeGin };
36 gin::Handle<Context> Context::Create(
41 new Context(isolate, handle, context_lost_callback));
44 void Context::BufferData(GLenum target, const gin::ArrayBufferView& buffer,
50 void Context::CompileShader(const gin::Arguments& args, GLuint shader) {
60 GLuint Context::CreateBuffer() {
66 void Context::DrawElements(GLenum mode, GLsizei count, GLenum type,
73 GLint Context::GetAttribLocation(GLuint program, const std::string& name) {
77 std::string Context
152 Context::Context(v8::Isolate* isolate, function in class:mojo::js::gl::Context
[all...]
H A Dcontext.h28 // Context implements WebGLRenderingContext.
29 class Context : public gin::Wrappable<Context> { class in namespace:mojo::js::gl
34 static gin::Handle<Context> Create(
60 explicit Context(v8::Isolate* isolate,
63 virtual ~Context();
/external/chromium_org/mojo/examples/surfaces_app/
H A Dchild_impl.h37 class Context { class in class:mojo::examples::ChildImpl
/external/chromium_org/mojo/shell/
H A Dcontext.cc111 class Context::NativeViewportApplicationLoader
163 Context::Context() { function in class:mojo::shell::Context
167 Context::~Context() {
171 void Context::Init() {
230 void Context::OnApplicationError(const GURL& gurl) {
238 void Context::Run(const GURL& url) {
247 ScopedMessagePipeHandle Context::ConnectToServiceByName(

Completed in 542 milliseconds

1234567891011>>