HomeSort by relevance Sort by last modified time
    Searched refs:m_path (Results 26 - 50 of 71) sorted by null

12 3

  /external/webkit/Source/WebCore/fileapi/
DOMFileSystem.cpp 127 m_path = metadata.platformPath;
129 m_filesystem->scheduleCallback(m_successCallback.release(), File::create(m_path));
136 , m_path(path)
142 String m_path; member in class:WebCore::__anon17733::GetPathCallback
File.h 61 const String& path() const { return m_path; }
86 String m_path; member in class:WebCore::File
DOMFileSystemSync.cpp 86 String m_path; member in class:WebCore::__anon17734::GetPathHelper::GetPathResult
143 m_result->m_path = metadata.platformPath;
170 if (!result->m_path.isEmpty())
171 platformPath = result->m_path;
  /external/webkit/Source/WebCore/plugins/qt/
PluginPackageQt.cpp 141 m_module = new QLibrary((QString)m_path);
144 LOG(Plugins, "%s not loaded (%s)", m_path.utf8().data(),
165 if (m_path.contains("npwrapper.")) {
172 } else if (m_path.contains("flashplayer")) {
  /external/webkit/Source/WebCore/storage/
StorageSyncManager.h 65 String m_path; member in class:WebCore::StorageSyncManager
StorageNamespaceImpl.h 77 String m_path; member in class:WebCore::StorageNamespaceImpl
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 133 private String m_path = null; field in class:URI
347 m_path = p_other.getPath();
458 if (m_path.length() == 0 && m_scheme == null && m_host == null)
464 m_path = p_base.getPath();
495 if (m_path.length() > 0 && m_path.startsWith("/"))
517 path = path.concat(m_path);
568 m_path = path;
770 m_path = p_uriSpec.substring(start, index);
887 if (m_path != null
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 130 private String m_path = null; field in class:URI
344 m_path = p_other.getPath();
478 if (m_path.length() == 0 && m_scheme == null && m_host == null)
484 m_path = p_base.getPath();
515 if (m_path.length() > 0 && m_path.startsWith("/"))
537 path = path.concat(m_path);
588 m_path = path;
790 m_path = p_uriSpec.substring(start, index);
907 if (m_path != null
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.h 44 const Path& path() const { return m_path; }
79 mutable Path m_path; member in class:WebCore::RenderSVGPath
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 213 PLUGIN_LOG("Loading \"%s\"\n", m_path.utf8().data());
216 void *handle = dlopen(m_path.utf8().data(), RTLD_NOW);
219 m_path.utf8().data(), dlerror());
267 PLUGIN_LOG("Fetch Info Loading \"%s\"\n", m_path.utf8().data());
270 void *handle = dlopen(m_path.utf8().data(), RTLD_NOW);
273 m_path.utf8().data(), dlerror());
308 int last_slash = m_path.reverseFind('/');
310 m_fileName = m_path;
312 m_fileName = m_path.substring(last_slash + 1);
359 m_path.utf8().data())
    [all...]
  /frameworks/base/core/java/android/os/
FileObserver.java 146 private String m_path; field in class:FileObserver
166 m_path = path;
182 m_descriptor = s_observerThread.startWatching(m_path, m_mask, this);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 140 GOwnPtr<gchar> finalPath(g_strdup(m_path.utf8().data()));
155 finalPath.set(g_strdup(m_path.utf8().data()));
160 LOG(Plugins,"Module Load Failed :%s, Error:%s\n", (m_path.utf8()).data(), g_module_error());
165 LOG(Plugins, "Module '%s' mixes GTK+ 2 and GTK+ 3 symbols, ignoring plugin.\n", m_path.utf8().data());
  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.h 67 Path m_path; member in class:WebCore::SVGAnimateMotionElement
  /external/webkit/Source/WebCore/xml/
XPathPath.h 86 LocationPath* m_path; member in class:WebCore::XPath::Path
XPathPath.cpp 183 , m_path(path)
193 delete m_path;
201 m_path->evaluate(nodes);
  /external/webkit/Source/WebKit2/Platform/
Module.h 66 String m_path; member in class:WebKit::Module
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 263 : m_path(path), m_clipOut(clipout), m_hasWindRule(false) {}
267 return context->clipPath(m_path, m_windRule);
270 return context->clipOut(m_path);
272 return context->clip(m_path);
276 const Path m_path; member in class:WebCore::GraphicsOperation::ClipPath
454 : m_path(pathToFill), m_fillRule(fillRule) {}
456 context->fillPath(m_path, m_fillRule);
461 Path m_path; member in class:WebCore::GraphicsOperation::FillPath
536 StrokePath(const Path& path) : m_path(path) {}
538 context->strokePath(m_path);
543 Path m_path; member in class:WebCore::GraphicsOperation::StrokePath
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 194 m_path = header.path();
206 QStringList pathAndQuery = m_path.split(QLatin1Char('?'));
207 m_path = pathAndQuery[0];
208 QStringList words = m_path.split(QLatin1Char('/'));
229 responseHeader.setValue(QLatin1String("Sec-WebSocket-Location"), (QLatin1String("ws://") + header.value(QLatin1String("Host")) + m_path));
261 if (m_path.isEmpty() || (m_path == QString(QLatin1Char('/')))) {
273 QString path = QString::fromLatin1(":%1").arg(m_path);
  /external/webkit/Source/WebKit2/Platform/mac/
ModuleMac.mm 33 RetainPtr<CFStringRef> bundlePath(AdoptCF, m_path.createCFString());
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 70 String directorBundleResidesIn = directoryName(m_path);
74 m_platformBundle = ::LoadLibraryExW(m_path.charactersWithNullTermination(), 0, LOAD_WITH_ALTERED_SEARCH_PATH);
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 79 for (m_pathIndex = 0; m_pathIndex < m_path.size (); ++ m_pathIndex) // important not to cache m_path.size()
81 final File f = (File) m_path.get (m_pathIndex);
126 m_path = new ArrayList (path.length);
127 for (int p = 0; p < path.length; ++ p) m_path.add (path [p]);
270 m_path.add (m_pathIndex + (p ++), path); // insert after the current m_path entry
313 private final ArrayList /* File */ m_path; field in class:IPathEnumerator.Factory.PathEnumerator
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 170 versionInfoSize = GetFileVersionInfoSizeW(const_cast<UChar*>(m_path.charactersWithNullTermination()), &zeroHandle);
176 if (!GetFileVersionInfoW(const_cast<UChar*>(m_path.charactersWithNullTermination()),
241 m_module = ::LoadLibraryW(m_path.charactersWithNullTermination());
248 String path = m_path.substring(0, m_path.reverseFind('\\'));
254 m_module = ::LoadLibraryExW(m_path.charactersWithNullTermination(), 0, LOAD_WITH_ALTERED_SEARCH_PATH);
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileSystemChromium.cpp 118 , m_path(path)
136 OwnPtr<WebKit::WebFileWriter> webFileWriter = adoptPtr(m_webFileSystem->createFileWriter(m_path, asyncFileWriterChromium.get()));
163 String m_path; member in class:WebCore::FileWriterHelperCallbacks
  /external/webkit/Source/WebCore/platform/graphics/
Path.h 145 PlatformPathPtr platformPath() const { return m_path; }
151 PlatformPathPtr m_path; member in class:WebCore::Path
  /external/webkit/Source/WebCore/plugins/
PluginPackage.h 58 const String& path() const { return m_path; }
110 String m_path; member in class:WebCore::PluginPackage

Completed in 555 milliseconds

12 3