Searched defs:m_path (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
H A DStorageSyncManager.h65 String m_path; member in class:WebCore::StorageSyncManager
H A DStorageNamespaceImpl.h77 String m_path; member in class:WebCore::StorageNamespaceImpl
/external/webkit/Source/WebCore/wml/
H A DWMLAccessElement.h40 String m_path; member in class:WebCore::WMLAccessElement
/external/webkit/Source/WebCore/page/
H A DUserContentURLPattern.h52 const String& path() const { return m_path; }
68 String m_path; member in class:WebCore::UserContentURLPattern
/external/webkit/Source/WebCore/xml/
H A DXPathPath.h86 LocationPath* m_path; member in class:WebCore::XPath::Path
/external/webkit/Source/WebKit2/Platform/
H A DModule.h66 String m_path; member in class:WebKit::Module
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.h134 String m_path; member in class:WebKit::InjectedBundle
/external/webkit/Source/WebCore/fileapi/
H A DFile.h61 const String& path() const { return m_path; }
86 String m_path; member in class:WebCore::File
H A DDOMFileSystem.cpp127 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::__anon15780::GetPathCallback
H A DDOMFileSystemSync.cpp86 String m_path; member in class:WebCore::__anon15781::GetPathHelper::GetPathResult
143 m_result->m_path = metadata.platformPath;
170 if (!result->m_path.isEmpty())
171 platformPath = result->m_path;
/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.h67 Path m_path; member in class:WebCore::SVGAnimateMotionElement
H A DSVGPathBuilder.h38 void setCurrentPath(Path* path) { m_path = path; }
43 virtual void cleanup() { m_path = 0; }
59 Path* m_path; member in class:WebCore::SVGPathBuilder
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorServerQt.h98 QString m_path; member in class:WebCore::InspectorServerRequestHandlerQt
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheResource.h59 const String& path() const { return m_path; }
60 void setPath(const String& path) { m_path = path; }
72 String m_path; member in class:WebCore::ApplicationCacheResource
/external/webkit/Source/WebCore/platform/graphics/
H A DPath.h145 PlatformPathPtr platformPath() const { return m_path; }
151 PlatformPathPtr m_path; member in class:WebCore::Path
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGPath.h44 const Path& path() const { return m_path; }
79 mutable Path m_path; member in class:WebCore::RenderSVGPath
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java79 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/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.h111 RetainPtr<NSString> m_path; member in class:WebNetscapePluginStream
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java49 final IPathEnumerator enumerator = IPathEnumerator.Factory.create (m_path, m_canonical, this);
294 m_path = path;
376 private final File [] m_path; // never null field in class:ClassPathProcessorST
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h264 Path m_path; member in class:WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.h58 const String& path() const { return m_path; }
110 String m_path; member in class:WebCore::PluginPackage
H A DPluginStream.h117 String m_path; member in class:WebCore::PluginStream
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileSystemChromium.cpp118 , 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
H A DWorkerAsyncFileSystemChromium.cpp158 OwnPtr<WorkerAsyncFileWriterChromium> asyncFileWriterChromium = WorkerAsyncFileWriterChromium::create(m_webFileSystem, m_path, m_workerContext, m_client, WorkerAsyncFileWriterChromium::Asynchronous);
193 , m_path(path)
201 String m_path; member in class:WebCore::WorkerFileWriterHelperCallbacks
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java133 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 !
[all...]

Completed in 6523 milliseconds

12