Home
last modified time | relevance | path

Searched refs:_context (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Decmametadatapass.py195 self._context = None
201 return EcmaContext(type, self._token, self._context)
213 self._context = self._CreateContext(type)
224 top_context = self._context
226 self._context = top_context.parent
227 if self._context:
249 if self._context.type == EcmaContext.IMPLIED_BLOCK:
266 if self._context.type in EcmaContext.BLOCK_TYPES:
272 parent = self._context.parent
276 elif self._context.type == EcmaContext.ARRAY_LITERAL:
[all …]
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapeContainerCheckContextInfo.mm40 _context = context;
56 return _context;
DWebNetscapeContainerCheckContextInfo.h36 void *_context; variable
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp70 : _context(getGlobalContext()), in LTOCodeGenerator()
71 _linker("LinkTimeOptimizer", "ld-temp.o", _context), _target(NULL), in LTOCodeGenerator()
328 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context); in applyScopeRestrictions()
DLTOCodeGenerator.h68 llvm::LLVMContext& _context; member
DLTOModule.cpp160 _context(*_target->getMCAsmInfo(), *_target->getRegisterInfo(), NULL), in LTOModule()
161 _mangler(_context, *_target->getDataLayout()) {} in LTOModule()
822 OwningPtr<RecordStreamer> Streamer(new RecordStreamer(_context)); in addAsmGlobalSymbols()
827 _context, *Streamer, in addAsmGlobalSymbols()
DLTOModule.h58 llvm::MCContext _context; member
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.h37 WKContextRef _context; variable
DBrowserWindowController.m49 _context = WKRetain(context);
58 assert(!_context);
160 WKRelease(_context);
161 _context = 0;
568 _webView = [[WKView alloc] initWithFrame:[containerView frame] contextRef:_context];
/external/chromium/base/
Dprocess_util_mac.mm642 return &our_allocator->_context;
647 return &our_allocator->_context;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1412196 (KJS::FunctionImp::argumentsGetter): _context renamed to m_context.
12216 (KJS::ExecState::lexicalInterpreter): Renamed _context to m_context.
12218 (KJS::ExecState::dynamicInterpreter): Renamed _context to m_context.