Searched refs:IsEmpty (Results 1 - 25 of 171) sorted by relevance

1234567

/external/webkit/WebCore/bindings/v8/custom/
H A DV8ScreenCustom.cpp44 if (wrapper.IsEmpty()) {
46 if (!wrapper.IsEmpty())
H A DV8CanvasPixelArrayCustom.cpp41 if (!wrapper.IsEmpty())
H A DV8GeolocationCustom.cpp103 if (enableHighAccuracyValue.IsEmpty()) {
109 if (enableHighAccuracyBoolean.IsEmpty()) {
117 if (timeoutValue.IsEmpty()) {
123 if (timeoutNumber.IsEmpty()) {
131 if (timeoutInt32.IsEmpty()) {
141 if (maximumAgeValue.IsEmpty()) {
147 if (maximumAgeNumber.IsEmpty()) {
157 if (maximumAgeInt32.IsEmpty()) {
H A DV8CSSStyleSheetCustom.cpp45 if (ownerNode && !wrapper.IsEmpty())
H A DV8DOMSelectionCustom.cpp44 if (wrapper.IsEmpty()) {
H A DV8DataGridColumnListCustom.cpp47 if (!value.IsEmpty())
H A DV8SVGDocumentCustom.cpp44 if (wrapper.IsEmpty())
H A DV8CustomEventListener.cpp49 if (listener.IsEmpty())
69 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
H A DV8CustomVoidCallback.cpp55 if (context.IsEmpty())
82 if (callbackFunction.IsEmpty())
92 callbackReturnValue = !result.IsEmpty() && result->IsBoolean() && result->BooleanValue();
/external/webkit/WebCore/bindings/v8/specialization/
H A DV8BindingDOMWindow.h47 if (!dialogArgs.IsEmpty()) {
49 if (!context.IsEmpty()) {
/external/webkit/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp102 if (window.IsEmpty())
146 ASSERT(m_context.IsEmpty() || !m_global.IsEmpty());
147 ASSERT(m_context.IsEmpty() || !m_wrapperBoilerplates.IsEmpty());
148 return !m_context.IsEmpty();
153 if (!m_context.IsEmpty()) {
159 if (!m_wrapperBoilerplates.IsEmpty()) {
170 if (!m_global.IsEmpty()) {
181 if (!m_context.IsEmpty()) {
[all...]
H A DScriptScope.cpp46 ASSERT(!m_context.IsEmpty());
H A DScriptValue.h54 if (value.IsEmpty())
65 if (value.m_value.IsEmpty())
81 if (value.m_value.IsEmpty())
124 return m_value.IsEmpty();
132 if (m_value.IsEmpty())
H A DV8AbstractEventListener.cpp64 if (!m_listener.IsEmpty()) {
81 if (v8Context.IsEmpty())
97 if (!m_listener.IsEmpty()) {
121 if (v8Context.IsEmpty())
157 if (savedEvent.IsEmpty())
167 ASSERT(!V8Proxy::handleOutOfMemory() || returnValue.IsEmpty());
169 if (returnValue.IsEmpty())
183 if (!m_listener.IsEmpty() && !m_listener->IsFunction())
188 if (value.IsEmpty())
H A DV8LazyEventListener.cpp58 if (listenerObject.IsEmpty())
63 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
93 if (v8Context.IsEmpty())
118 if (!script.IsEmpty()) {
120 if (!value.IsEmpty()) {
134 if (toStringTemplate.IsEmpty())
137 if (!toStringTemplate.IsEmpty())
139 if (!toStringFunction.IsEmpty()) {
H A DScriptCachedFrameData.cpp43 if (m_context.get().IsEmpty())
56 if (m_context.get().IsEmpty())
H A DScriptInstance.cpp62 if (m_instance.IsEmpty())
74 if (instance.IsEmpty())
H A DScriptStringImpl.cpp57 return m_handle.get().IsEmpty();
68 if (m_handle.get().IsEmpty())
H A DWorldContextHandle.cpp52 if (!m_context || m_context->get().IsEmpty())
H A DScheduledAction.cpp73 if (m_function.IsEmpty())
111 if (v8Context.IsEmpty())
119 if (!m_function.IsEmpty() && m_function->IsFunction()) {
136 if (!m_function.IsEmpty() && m_function->IsFunction()) {
139 ASSERT(!v8Context.IsEmpty());
H A DV8WorkerContextEventListener.cpp73 if (v8Context.IsEmpty())
100 if (v8Context.IsEmpty())
114 if (!listener.IsEmpty() && listener->IsFunction()) {
139 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
155 if (!listener.IsEmpty() && !listener->IsFunction())
160 if (value.IsEmpty())
H A DWorkerContextExecutionProxy.cpp97 if (!m_context.IsEmpty()) {
112 if (global.IsEmpty())
140 if (!m_context.IsEmpty())
163 if (jsWorkerContext.IsEmpty()) {
212 if (result.IsEmpty() || result->IsUndefined())
220 if (script.IsEmpty())
230 ASSERT(script.IsEmpty());
232 if (script.IsEmpty())
244 if (result.IsEmpty())
/external/v8/tools/
H A Dsplaytree.py53 def IsEmpty(self): member in class:SplayTree
60 if self.IsEmpty():
84 if self.IsEmpty():
110 if self.IsEmpty():
119 if self.IsEmpty():
128 if self.IsEmpty():
137 if self.IsEmpty():
179 if self.IsEmpty():
/external/chromium/net/proxy/
H A Dproxy_list.h37 bool IsEmpty() const;
40 // this if !IsEmpty().
/external/chromium/base/
H A Dcondition_variable_win.cc79 if (waiting_list_.IsEmpty())
81 while (!waiting_list_.IsEmpty())
99 if (waiting_list_.IsEmpty())
116 DCHECK(recycling_list_.IsEmpty());
180 while (!IsEmpty()) {
201 bool ConditionVariable::Event::IsEmpty() const { function in class:ConditionVariable::Event

Completed in 305 milliseconds

1234567