Searched refs:isFrozen (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp186 void DrawingAreaImpl::setLayerTreeStateIsFrozen(bool isFrozen) argument
188 if (m_layerTreeStateIsFrozen == isFrozen)
191 m_layerTreeStateIsFrozen = isFrozen;
194 m_layerTreeHost->setLayerFlushSchedulingEnabled(!isFrozen);
196 if (isFrozen)
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duniset.cpp198 len(0), capacity(o.isFrozen() ? o.len : o.len + GROW_EXTRA), list(0),
276 if (isFrozen()) {
882 if ((i & 1) != 0 || isFrozen() || isBogus()) return *this;
1001 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1020 if (isFrozen() || isBogus()) {
1204 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1227 if (isFrozen() || isBogus()) {
1247 if (isFrozen() || isBogus()) {
1281 if (s.length() == 0 || isFrozen() || isBogus()) return *this;
1333 if (isFrozen() || isBogu
[all...]
H A Duniset_closure.cpp122 if (isFrozen()) {
181 if (isFrozen() || isBogus()) {
H A Duniset_props.cpp379 if (isFrozen()) {
954 if (U_FAILURE(ec) || isFrozen()) return *this;
972 if (U_FAILURE(ec) || isFrozen()) return *this;
H A Duset.cpp53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen();
/macosx-10.9.5/WebCore-7537.78.1/svg/animation/
H A DSMILTimeContainer.cpp240 aBegin = a->isFrozen() && m_elapsed < aBegin ? a->previousIntervalBegin() : aBegin;
241 bBegin = b->isFrozen() && m_elapsed < bBegin ? b->previousIntervalBegin() : bBegin;
H A DSVGSMILElement.h103 bool isFrozen() const;
H A DSVGSMILElement.cpp634 bool SVGSMILElement::isFrozen() const function in class:WebCore::SVGSMILElement
/macosx-10.9.5/CF-855.17/
H A DCFStorage.c88 bool isFrozen; /* Indicates that the node is frozen, i.e. may be shared. */ member in struct:__CFStorageNode
248 node->isFrozen = true;
254 node->isFrozen = false;
302 if (requireUnfrozenNode && cachedNode->isFrozen) return NULL;
365 if (requireUnfreezing && child->isFrozen && ! __CFStorageThawNodeDuringMutation(storage, child)) {
416 newNode->isFrozen = storage->alwaysFrozen;
445 if (node->isFrozen) {
594 ASSERT(! node->isFrozen);
877 ASSERT(! node->isFrozen);
888 if (node->isFrozen
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dtrie2test.c118 UBool isFrozen=utrie2_isFrozen(trie); local
119 const char *const typeName= isFrozen ? "frozen trie" : "newTrie";
129 if(isFrozen) {
172 if(isFrozen) {
227 if(isFrozen && U_IS_LEAD(start)) {
247 if(isFrozen) {
575 log_err("error: utrie2_freeze(%s) failed: %s isFrozen: %d\n",
692 log_err("error: utrie2_freeze(unserialized %s) failed: %s isFrozen: %d\n",
724 "%s (isFrozen: %d)\n",
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duniset.h528 inline UBool isFrozen() const;
539 * @see isFrozen
550 * @see isFrozen
1629 inline UBool UnicodeSet::isFrozen() const { function in class:UnicodeSet
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.h107 bool isFrozen(VM&);
H A DObjectConstructor.cpp76 isFrozen objectConstructorIsFrozen DontEnum|Function 1
484 return throwVMError(exec, createTypeError(exec, ASCIILiteral("Object.isFrozen can only be called on Objects.")));
488 return JSValue::encode(jsBoolean(object->isFrozen(exec->vm())));
H A DJSObject.h583 bool isFrozen(VM& vm) { return structure()->isFrozen(vm); }
H A DStructure.cpp603 bool Structure::isFrozen(VM& vm) function in class:JSC::Structure
H A DJSObject.cpp1578 if (isFrozen(vm))
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp2171 if(idSet.isFrozen() || !frozen.isFrozen()) {
2172 errln("FAIL: isFrozen() is wrong");
2187 if(!frozen2.isFrozen()) {
2195 if(!frozen3.isFrozen()) {
2200 if(!cloned->isFrozen() || *cloned!=frozen || cloned->containsSome(0xd802, 0xd805)) {
2210 if(thawed->isFrozen() || *thawed!=frozen || thawed->containsSome(0xd802, 0xd805)) {

Completed in 262 milliseconds