HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 401 - 425 of 573) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 101 // bring class variables into function scope
documentnormalizedocument12.js 103 // bring class variables into function scope
handleerror01.js 101 // bring class variables into function scope
handleerror02.js 103 // bring class variables into function scope
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 222 v8::Context::Scope contextScope(m_context);
263 // scope is a property of the inner window.
282 // Create a handle scope for all local handles.
312 v8::Context::Scope contextScope(v8Context);
456 v8::Context::Scope contextScope(m_context);
572 v8::Context::Scope contextScope(m_context);
585 v8::HandleScope scope; local
621 v8::Context::Scope scope(m_context);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 399 v8::Context::Scope scope(m_dialogContext);
407 v8::Context::Scope scope(m_dialogContext);
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 246 HandleScope scope; local
308 HandleScope scope; local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 351 // Create a search scope including only the source folder of the current
355 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(
362 scope,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 242 IJavaSearchScope scope =SearchEngine.createJavaSearchScope( local
267 }, scope, requestor, null);
  /external/v8/src/
mirror-debugger.js 160 var SCOPE_TYPE = 'scope';
193 // A copy of the scope types from runtime.cc.
390 * Check whether the mirror reflects a scope.
391 * @returns {boolean} True if the mirror reflects a scope
    [all...]
full-codegen.cc 318 info->function()->scope()->AllowsLazyRecompilation());
917 Scope* saved_scope = scope();
    [all...]
runtime-profiler.cc 235 HandleScope scope(isolate_);
builtins.cc 1001 HandleScope scope; local
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 150 llvm::DIDescriptor scope);
  /external/libxml2/include/libxml/
schemasInternals.h 785 const xmlChar *scope; member in struct:_xmlSchemaElement
  /external/v8/samples/
lineprocessor.cc 134 v8::Context::Scope scope(debug_message_context);
220 v8::Context::Scope context_scope(context);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 119 // cells have borders, or use attributes like headers, abbr, scope or axis
179 || !cellElement->axis().isEmpty() || !cellElement->scope().isEmpty())
  /external/webkit/Source/WebCore/css/
SVGCSSParser.cpp 277 ShorthandScope scope(this, propId);
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 64 * States that the remainder of the current session is used as the scope for
70 * States that best row identifier scope lasts only while the row is being
76 * States that the remainder of the current transaction is used as the scope
488 * this gives the catalog of the table corresponding to the attribute's scope.
491 * this gives the schema of the table corresponding to the attribute's scope.
494 * this gives the name of the table corresponding to the attribute's scope.
527 * identify the rows. The results are ordered by {@code SCOPE} (see below).
532 * <li>{@code SCOPE} - short - the {@code SCOPE} of the result, as follows:
574 * @param scope
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 50 HandleScope scope; local
830 AllowExternalCallThatCantCauseGC scope(masm());
    [all...]
  /external/v8/test/cctest/
test-disasm-arm.cc 77 v8::HandleScope scope; \
419 CpuFeatures::Scope scope(VFP3);
714 CpuFeatures::Scope scope(ARMv7);
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 818 LocalScope scope(exec->globalData());
840 LocalScope scope(exec->globalData());
849 LocalScope scope(exec->globalData());
  /external/doclava/src/com/google/doclava/
ClassInfo.java 878 data.setValue("class.scope", "protected");
880 data.setValue("class.scope", "public");
1371 public String scope() { method in class:ClassInfo
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 73 CpuFeatures::Scope scope(SSE2);
77 // Open a frame scope to indicate that there is a frame on the stack. The
78 // MANUAL indicates that the scope shouldn't actually generate code to set up
123 // issues when the stack allocated buffer goes out of scope.
150 int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize;
188 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
205 int num_parameters = scope()->num_parameters();
207 Variable* var = scope()->parameter(i);
    [all...]
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 257 Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode());
258 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
259 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
290 startRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), startIndex, 0, true);
291 endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, true);
    [all...]

Completed in 2453 milliseconds

<<11121314151617181920>>