HomeSort by relevance Sort by last modified time
    Searched refs:currentPath (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 227 QPainterPath currentPath;
298 if (!m_data->currentPath.isEmpty() && m_common->state.pathTransform.isInvertible()) {
300 m_data->currentPath = m_data->currentPath * matrix;
535 QPainterPath path = m_data->currentPath;
552 m_data->currentPath = QPainterPath();
562 QPainterPath path = m_data->currentPath;
593 m_data->currentPath = QPainterPath();
655 m_data->currentPath = QPainterPath();
660 QPainterPath newPath = m_data->currentPath;
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 240 WCHAR currentPath[MAX_PATH];
242 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath))
253 if (!::SetCurrentDirectoryW(currentPath)) {
  /external/webkit/WebCore/wml/
WMLPageState.cpp 165 String currentPath = currentURL.path();
167 size_t index = currentPath.reverseFind('/');
169 m_accessPath = document->completeURL(currentPath.left(index + 1) + m_accessPath).path();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 834 final Path currentPath = mCurrentPath;
835 currentPath.rewind();
858 currentPath.moveTo(centerX, centerY);
860 currentPath.lineTo(centerX, centerY);
867 currentPath.lineTo(mInProgressX, mInProgressY);
869 canvas.drawPath(currentPath, mPathPaint);
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 426 QString path = QDir::currentPath();
731 QDir dir(QDir::currentPath());
739 view1.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(QDir::currentPath() + "/path1"));
742 view2.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(QDir::currentPath() + "/path2"));
765 QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path1/http_www.myexample.com_0.localstorage"));
766 QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path2/http_www.myexample.com_0.localstorage"));
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 414 PlatformPath* currentPath();
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 294 milliseconds