HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2301 - 2325 of 4892) sorted by null

<<919293949596979899100>>

  /external/srec/srec/Nametag/src/
Nametags.c 80 return self->get(self, id, nametag);
  /external/webkit/JavaScriptCore/runtime/
CommonIdentifiers.h 50 macro(get) \
PropertyNameArray.h 79 PropertyNameArrayData* data() { return m_data.get(); }
  /external/webkit/WebCore/accessibility/
AccessibilityMenuListPopup.cpp 111 AccessibilityObject* child = m_children[i - 1].get();
AccessibilityTableColumn.cpp 97 AccessibilityObject* cell = rowChildren[i].get();
  /external/webkit/WebCore/bindings/js/
JSCustomXPathNSResolver.cpp 74 JSValue function = m_customResolver->get(exec, Identifier(exec, "lookupNamespaceURI"));
JSDOMWindowBase.h 52 DOMWindow* impl() const { return d()->impl.get(); }
JSWebSocketConstructor.cpp 82 return CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebSocket, webSocket.get());
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomVoidCallback.cpp 54 v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());
75 v8::Local<v8::Value> handleEventFunction = callback->Get(v8::String::NewSymbol("handleEvent"));
96 proxy->frame()->document()->reportException(toWebCoreString(message->Get()), message->GetLineNumber(), toWebCoreString(message->GetScriptResourceName()));
V8MessageEventCustom.cpp 56 portArray->Set(v8::Integer::New(i), toV8((*ports)[i].get()));
  /external/webkit/WebCore/bridge/
testqtbindings.cpp 118 JSValue* lineVal = exVal->getObject()->get(exec, Identifier("line"));
134 } // end block, so that Interpreter and global get deleted
  /external/webkit/WebCore/dom/
KeyboardEvent.h 82 const PlatformKeyboardEvent* keyEvent() const { return m_keyEvent.get(); }
ProcessingInstruction.h 48 StyleSheet* sheet() const { return m_sheet.get(); }
Text.cpp 69 dispatchModifiedEvent(oldStr.get());
72 parentNode()->insertBefore(newText.get(), nextSibling(), ec);
166 parent->removeChild(nodeToRemove.get(), ignored);
174 parent->removeChild(nodeToRemove.get(), ignored);
  /external/webkit/WebCore/html/
HTMLCanvasElement.h 105 CanvasRenderingContext* renderingContext() const { return m_context.get(); }
135 // m_createdImageBuffer means we tried to malloc the buffer. We didn't necessarily get it.
HTMLNameCollection.cpp 36 : HTMLCollection(document.get(), type, document->nameCollectionInfo(type, name))
HTMLStyleElement.cpp 96 return static_cast<CSSStyleSheet *>(m_sheet.get())->isLoading();
  /external/webkit/WebCore/inspector/front-end/
PanelEnablerView.js 97 get alwaysEnabled() {
  /external/webkit/WebCore/loader/
CachedCSSStyleSheet.cpp 96 setEncodedSize(m_data.get() ? m_data->size() : 0);
PluginDocument.cpp 86 m_embedElement = static_cast<HTMLEmbedElement*>(embedElement.get());
  /external/webkit/WebCore/page/
History.cpp 99 if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->isSameSchemeHostPort(origin.get())) {
SecurityOrigin.cpp 229 if (isSameSchemeHostPort(targetOrigin.get()))
232 if (OriginAccessWhiteList* list = originAccessMap().get(toString())) {
301 return canAccess(other.get());
514 OriginAccessWhiteList* list = originAccessMap().get(sourceString);
  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 50 // Get the keyframe RenderStyles
98 // We get the timing function from the first animation, because we've synthesized a RenderStyle for each keyframe.
114 // If we get this far and the animation is done, it means we are cleaning up a just finished animation.
131 // Get the from/to styles and progress between
150 bool needsAnim = blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
156 // to indicate it. This can be used to make sure we get an updated
166 // Get the from/to styles and progress between
181 blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
201 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
293 setNeedsStyleRecalc(element.get());
    [all...]
  /external/webkit/WebCore/platform/
SharedBuffer.h 106 bool hasPurgeableBuffer() const { return m_purgeableBuffer.get(); }
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 91 // The following fields will get re-computed if necessary.
122 return deletedValue.get();
144 LOG_ERROR("Unable to get the font properties after second attempt");

Completed in 507 milliseconds

<<919293949596979899100>>