HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 551 - 575 of 9341) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/editing/
ReplaceNodeWithSpanCommand.h 48 HTMLElement* spanElement() { return m_spanElement.get(); }
  /external/webkit/Source/WebCore/history/
CachedFrame.h 49 Document* document() const { return m_document.get(); }
50 FrameView* view() const { return m_view.get(); }
85 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
86 Node* mousePressNode() const { return m_mousePressNode.get(); }
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAuditCategory.js 40 get id()
45 get displayName()
50 get ruleCount()
72 get complete()
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.cpp 49 m_subresources.set((*iRes)->url(), iRes->get());
59 m_subframes.set(frameName, iFrame->get());
71 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0)
77 ArchiveResource* resource = m_subresources.get(url).get();
  /external/webkit/Source/WebCore/page/
SpeechInputResultList.cpp 45 return index >= m_results.size() ? 0 : m_results[index].get();
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.cpp 51 s_loader = loader.get();
101 if (!m_hrtfDatabase.get()) {
111 if (!m_hrtfDatabase.get() && !m_startedLoadingDatabase) {
120 return m_hrtfDatabase.get();
HRTFElevation.cpp 74 kernelL = HRTFKernel::createInterpolatedKernel(kernelL1.get(), kernelR2.get(), 0.5);
75 kernelR = HRTFKernel::createInterpolatedKernel(kernelR1.get(), kernelL2.get(), 0.5);
105 ASSERT(impulseResponse.get());
106 if (!impulseResponse.get())
193 (*kernelListL)[i + jj] = HRTFKernel::createInterpolatedKernel(kernelListL->at(i).get(), kernelListL->at(j).get(), x);
194 (*kernelListR)[i + jj] = HRTFKernel::createInterpolatedKernel(kernelListR->at(i).get(), kernelListR->at(j).get(), x)
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
SearchPopupMenuBrew.cpp 55 return m_popup.get();
SharedBufferBrew.cpp 56 OwnPtr<IFile> file(IFILEMGR_OpenFile(fileMgr.get(), filename.data(), _OFM_READ));
59 LOG_ERROR("Failed to open file %s to create shared buffer, errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
65 while ((bytesRead = IFILE_Read(file.get(), result->m_buffer.data() + totalBytesRead, fileSize - totalBytesRead)) > 0)
70 LOG_ERROR("Failed to fully read contents of file %s - errno(%i)", filePath.ascii().data(), IFILEMGR_GetLastError(fileMgr.get()));
  /external/webkit/Source/WebCore/platform/efl/
SearchPopupMenuEfl.cpp 37 return m_popup.get();
  /external/webkit/Source/WebCore/platform/graphics/
ANGLEWebKitBridge.cpp 98 ShGetInfoLog(compiler, logBuffer.get());
99 shaderValidationLog = logBuffer.get();
111 ShGetObjectCode(compiler, translationBuffer.get());
112 translatedShaderSource = translationBuffer.get();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
IconChromium.cpp 55 context->drawImage(m_icon.get(), ColorSpaceDeviceRGB, rect);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowMac.mm 32 m_videoWindowId = reinterpret_cast<unsigned long>(m_window.get());
45 [m_window.get() addSubview:m_videoWindow];
  /external/webkit/Source/WebCore/platform/gtk/
SearchPopupMenuGtk.cpp 34 return m_popup.get();
  /external/webkit/Source/WebCore/platform/network/chromium/
AuthenticationChallenge.h 41 AuthenticationClient* authenticationClient() const { return m_authenticationClient.get(); }
  /external/webkit/Source/WebCore/platform/network/curl/
AuthenticationChallenge.h 45 AuthenticationClient* authenticationClient() const { return m_authenticationClient.get(); }
  /external/webkit/Source/WebCore/platform/network/soup/
AuthenticationChallenge.h 44 AuthenticationClient* authenticationClient() const { return m_authenticationClient.get(); }
SoupURIUtils.cpp 35 KURL url(KURL(), String::fromUTF8(urlString.get()));
  /external/webkit/Source/WebCore/platform/win/
EditorWin.cpp 50 return ClipboardWin::create(Clipboard::CopyAndPaste, clipboardData.get(), policy, frame);
LoggingWin.cpp 42 if (!GetEnvironmentVariableA(channel.defaultName, buffer.get(), length))
45 String variableValue(buffer.get());
49 LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get());
60 LOG_ERROR("Unable to parse hex value for %s (%s), logging is off", channel.defaultName, buffer.get());
  /external/webkit/Source/WebCore/webaudio/
DelayProcessor.h 45 AudioParam* delayTime() const { return m_delayTime.get(); }
OfflineAudioCompletionEvent.h 45 AudioBuffer* renderedBuffer() { return m_renderedBuffer.get(); }
  /external/webkit/Source/WebCore/workers/
SharedWorker.h 46 MessagePort* port() const { return m_port.get(); }
  /external/webkit/Source/WebCore/xml/
XPathVariableReference.cpp 49 return bindings.get(m_name);
  /external/webkit/Source/WebKit/chromium/src/
WebDeviceOrientationController.cpp 39 m_controller->didChangeDeviceOrientation(deviceOrientation.get());

Completed in 530 milliseconds

<<21222324252627282930>>