Searched defs:Scope (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/gin/
H A Drunner.cc15 Runner::Scope::Scope(Runner* runner) function in class:gin::Runner::Scope
21 Runner::Scope::~Scope() {
H A Drunner.h24 // context by creating an instance of Runner::Scope on the stack.
43 class GIN_EXPORT Scope { class in class:gin::Runner
45 explicit Scope(Runner* runner);
46 ~Scope();
49 v8::Isolate::Scope isolate_scope_;
51 v8::Context::Scope scope_;
53 DISALLOW_COPY_AND_ASSIGN(Scope);
57 friend class Scope;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js38 function Scope() { class
48 Scope.prototype = {
85 var $root = new Scope();
/external/clang/lib/Basic/
H A DAttributes.cpp6 bool clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/chromium_org/content/public/browser/
H A Dservice_worker_context.h21 typedef GURL Scope; typedef in class:content::ServiceWorkerContext
39 virtual void RegisterServiceWorker(const Scope& pattern,
51 virtual void UnregisterServiceWorker(const Scope& pattern,
54 // TODO(jyasskin): Provide a way to SendMessage to a Scope.
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp40 DocumentLifecycle::Scope::Scope(DocumentLifecycle& lifecycle, State finalState) function in class:blink::DocumentLifecycle::Scope
46 DocumentLifecycle::Scope::~Scope()
H A DDocumentLifecycle.h71 class Scope { class in class:blink::DocumentLifecycle
72 WTF_MAKE_NONCOPYABLE(Scope);
74 Scope(DocumentLifecycle&, State finalState);
75 ~Scope();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h41 NSInteger Scope; variable
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h28 // Holds the filename of each Scope, so that we can pass a null-terminated
35 const char *getFilename(MDNode *Scope) { argument
36 std::string &Filename = Filenames[Scope];
38 DIScope DIScope(Scope);
44 const char *getFullPath(MDNode *Scope) { argument
45 std::string &P = Paths[Scope];
47 DIScope DIScope(Scope);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptState.h27 class Scope { class in class:blink::ScriptState
29 // You need to make sure that scriptState->context() is not empty before creating a Scope.
30 explicit Scope(ScriptState* scriptState) function in class:blink::ScriptState::Scope
38 ~Scope()
/external/chromium_org/v8/src/compiler/
H A Dsource-position.h48 class Scope { class in class:v8::internal::compiler::FINAL
50 Scope(SourcePositionTable* source_positions, SourcePosition position) function in class:v8::internal::compiler::FINAL::Scope
55 Scope(SourcePositionTable* source_positions, Node* node) function in class:v8::internal::compiler::FINAL::Scope
60 ~Scope() { source_positions_->current_position_ = prev_position_; }
71 DISALLOW_COPY_AND_ASSIGN(Scope);
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp198 DIScope Scope = FirstDIL.getScope(); local
199 DIFile File = Builder.createFile(Filename, Scope.getDirectory());
202 Scope, File, LineNumber, ColumnNumber, Discriminator);
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp133 unsigned Scope = Attrs & LTO_SYMBOL_SCOPE_MASK; local
134 if (Scope != LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN)
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.h88 class Scope { class in class:v8::internal::GCTracer
113 Scope(GCTracer* tracer, ScopeId scope) : tracer_(tracer), scope_(scope) { function in class:v8::internal::GCTracer::Scope
117 ~Scope() {
128 DISALLOW_COPY_AND_ASSIGN(Scope);
235 double scopes[Scope::NUMBER_OF_SCOPES];
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h61 llvm::MDNode* Scope; member in class:JITEventListenerTestBase
84 Scope = DebugBuilder->createFile(getFilename(), ".");
/external/chromium_org/tools/gn/
H A Dscope.cc28 Scope::Scope(const Settings* settings) function in class:Scope
36 Scope::Scope(Scope* parent) function in class:Scope
44 Scope::Scope(const Scope* parent) function in class:Scope
52 Scope::~Scope() {
[all...]
H A Dscope.h29 // Scope for the script execution.
40 class Scope { class
52 ProgrammaticProvider(Scope* scope) : scope_(scope) {
65 Scope* scope_;
100 Scope(const Settings* settings);
103 Scope(Scope* parent);
104 Scope(const Scope* parent);
106 ~Scope();
[all...]
/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings.h23 enum Scope { enum in class:media::ContentEncoding
58 Scope scope() const { return scope_; }
59 void set_scope(Scope scope) { scope_ = scope; }
77 Scope scope_;
/external/chromium_org/tools/usb_gadget/
H A Dhid_constants.py22 class Scope(object): class in inherits:object
/external/clang/lib/Sema/
H A DAttributeList.cpp141 StringRef Scope = ScopeName ? ScopeName->getName() : ""; local
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I.getDebugLoc().getScopeAndInlinedAt(Scope, IA, I.getContext());
104 if (Scope) EnumerateMetadata(Scope);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp28 DIScope Scope(S);
29 StringRef Dir = Scope.getDirectory(),
30 Filename = Scope.getFilename();
84 const MDNode *Scope = DL.getScope(MF->getFunction()->getContext()); local
85 if (!Scope)
87 StringRef Filename = getFullFilepath(Scope);

Completed in 9086 milliseconds

123