HomeSort by relevance Sort by last modified time
    Searched refs:scoped (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.idl 23 [EnabledAtRuntime=styleScoped] attribute boolean scoped;
HTMLStyleElement.cpp 87 void HTMLStyleElement::scopedAttributeChanged(bool scoped)
94 if (scoped) {
98 // As any <style> in a shadow tree is treated as "scoped",
113 // If the <style> was scoped, need to remove the <style> from the scoping
121 // As any <style> in a shadow tree is treated as "scoped",
136 void HTMLStyleElement::registerWithScopingNode(bool scoped)
138 // Note: We cannot rely on the 'scoped' element already being present when this method is invoked.
139 // Therefore we cannot rely on scoped()!
145 ContainerNode* scope = scoped ? parentNode() : containingShadowRoot();
155 m_scopedStyleRegistrationState = scoped ? RegisteredAsScoped : RegisteredInShadowRoot
229 bool HTMLStyleElement::scoped() const function in class:WebCore::HTMLStyleElement
    [all...]
HTMLStyleElement.h 44 bool scoped() const;
49 // Note: We cannot rely on the 'scoped' attribute still being present when this method is invoked.
50 // Therefore we cannot rely on scoped()!
  /external/chromium/chrome/common/
multi_process_lock_unittest.cc 74 scoped_ptr<MultiProcessLock> scoped(MultiProcessLock::Create(name));
76 scoped.reset(NULL);
  /external/chromium_org/chrome/common/
multi_process_lock_unittest.cc 75 scoped_ptr<MultiProcessLock> scoped(MultiProcessLock::Create(name));
77 scoped.reset(NULL);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 113 // block scoped function declaration
121 // function scoped function declaration
128 // Test that a function declaration introduces a block scoped variable.
block-let-crankshaft.js 160 // Test that temporal dead zone semantics for function and block scoped
debug-blockscopes.js 385 // For-in loop over the keys of an object with a block scoped let variable
430 // For loop with a block scoped let variable shadowing the iteration variable.
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 113 // block scoped function declaration
121 // function scoped function declaration
128 // Test that a function declaration introduces a block scoped variable.
block-let-crankshaft.js 160 // Test that temporal dead zone semantics for function and block scoped
debug-blockscopes.js 385 // For-in loop over the keys of an object with a block scoped let variable
430 // For loop with a block scoped let variable shadowing the iteration variable.
  /external/chromium/chrome/browser/password_manager/
password_manager_unittest.cc 77 ACTION_P(SaveToScopedPtr, scoped) {
78 scoped->reset(arg0);
  /external/chromium_org/v8/test/mjsunit/
try-catch-scopes.js 28 // Exception variables used in try-catch should be scoped, e.g. only
  /external/v8/test/mjsunit/
try-catch-scopes.js 28 // Exception variables used in try-catch should be scoped, e.g. only
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 98 ScopedSessionContextConflictResolver scoped(session->context(),
184 LOG(ERROR) << "Scoped dir lookup failed!";
  /external/chromium_org/chrome/browser/password_manager/
password_manager_unittest.cc 45 ACTION_P(SaveToScopedPtr, scoped) {
46 scoped->reset(arg0);
  /external/iproute2/ip/
ipaddress.c 1067 int scoped = 0; local
1125 scoped = 1;
1211 if (!scoped && cmd != RTM_DELADDR)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 134 // Adding scoped resolver for active shadow roots for shadow host styling.
241 if (!styleElement->scoped())
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 163 ScopedJavaFunc scoped(thr, caller_pc); \
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 863 base::win::ScopedHGlobal<uint8> scoped(handle);
864 memcpy(scoped.get(), data, bytes);
    [all...]
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 36 debug("eval'd code should be able to access scoped variables");
  /external/chromium_org/third_party/jinja2/
parser.py 219 node.scoped = self.stream.skip_if('name:scoped')
    [all...]
compiler.py 205 that may be defined with `add_special` which may occour scoped.
870 context = node.scoped and 'context.derived(locals())' or 'context'
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout)
117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped);
123 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disabled &&
145 (*p)->scoped = scoped;
    [all...]
mDNSEmbeddedAPI.h 1075 mDNSBool scoped; \/\/ interface should be matched against question only member in struct:DNSServer
    [all...]

Completed in 842 milliseconds

1 2