Searched refs:_context (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | ecmametadatapass.py | 195 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/ |
D | WebNetscapeContainerCheckContextInfo.mm | 40 _context = context; 56 return _context;
|
D | WebNetscapeContainerCheckContextInfo.h | 36 void *_context; variable
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 70 : _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()
|
D | LTOCodeGenerator.h | 68 llvm::LLVMContext& _context; member
|
D | LTOModule.cpp | 160 _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()
|
D | LTOModule.h | 58 llvm::MCContext _context; member
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.h | 37 WKContextRef _context; variable
|
D | BrowserWindowController.m | 49 _context = WKRetain(context); 58 assert(!_context); 160 WKRelease(_context); 161 _context = 0; 568 _webView = [[WKView alloc] initWithFrame:[containerView frame] contextRef:_context];
|
/external/chromium/base/ |
D | process_util_mac.mm | 642 return &our_allocator->_context; 647 return &our_allocator->_context;
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 12196 (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.
|