Searched defs:isInline (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/bindings/v8/
H A DV8WorkerContextEventListener.h47 static PassRefPtr<V8WorkerContextEventListener> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) argument
49 return adoptRef(new V8WorkerContextEventListener(listener, isInline, worldContext));
56 V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
H A DV8WorkerContextEventListener.cpp52 V8WorkerContextEventListener::V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) argument
53 : V8EventListener(listener, isInline, worldContext)
H A DWorkerContextExecutionProxy.cpp250 PassRefPtr<V8EventListener> WorkerContextExecutionProxy::findOrCreateEventListener(v8::Local<v8::Value> object, bool isInline, bool findOnly) argument
252 return findOnly ? V8EventListenerList::findWrapper(object, isInline) : V8EventListenerList::findOrCreateWrapper<V8WorkerContextEventListener>(object, isInline);
/external/webkit/WebCore/html/
H A DHTMLParser.cpp662 if (!isInline(n)) {
684 if (isInline(m_current)) {
1044 bool HTMLParser::isInline(Node* node) const function in class:WebCore::HTMLParser
1577 while (m_blockStack && isInline(m_current))
/external/webkit/WebCore/rendering/
H A DRenderObject.h378 bool isInline() const { return m_inline; } // inline object function in class:WebCore::RenderObject

Completed in 82 milliseconds