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

1 23

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 185 ASSERT(!m_path);
391 ASSERT(m_path);
392 NSString *carbonPath = CarbonPathFromPOSIXPath(m_path.get());
400 if (m_path) {
405 unlink([m_path.get() fileSystemRepresentation]);
406 m_path = 0;
561 if (m_fileDescriptor == -1 && !m_path) {
573 m_path.adoptNS([[NSString stringWithUTF8String:temporaryFileName] retain]);
590 m_path = 0;
WebNetscapePluginStream.h 111 RetainPtr<NSString> m_path; member in class:WebNetscapePluginStream
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 176 m_path.clear();
308 m_path.transform(state().m_transform);
310 m_path.transform(state().m_transform.inverse());
572 m_path.transform(AffineTransform().scaleNonUniform(1.0 / sx, 1.0 / sy));
595 m_path.transform(AffineTransform().rotate(-angleInRadians / piDouble * 180.0));
618 m_path.transform(AffineTransform().translate(-tx, -ty));
641 m_path.transform(transform.inverse());
659 m_path.transform(ctm);
749 m_path.clear();
754 if (m_path.isEmpty()
    [all...]
CanvasRenderingContext2D.h 264 Path m_path; member in class:WebCore::CanvasRenderingContext2D
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.cpp 39 , m_path(path)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.h 98 QString m_path; member in class:WebCore::InspectorServerRequestHandlerQt
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 106 , m_path(path)
115 m_fileName = pathGetFileName(m_path);
116 m_parentDirectory = m_path.left(m_path.length() - m_fileName.length() - 1);
347 m_path.impl()->hash(),
PluginStream.h 117 String m_path; member in class:WebCore::PluginStream
PluginStream.cpp 203 m_path = openTemporaryFile("WKP", m_tempFileHandle);
256 ASSERT(!m_path.isNull());
260 m_pluginFuncs->asfile(m_instance, &m_stream, m_path.utf8().data());
309 if (!m_path.isNull())
310 deleteFile(m_path);
  /external/webkit/Source/WebCore/page/
UserContentURLPattern.cpp 105 m_path = pattern.right(pattern.length() - pathStartPos);
227 MatchTester match(m_path, test.path());
  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.cpp 94 m_path = Path();
96 factory->buildPathFromString(attr->value(), m_path);
126 return m_path;
  /external/webkit/Source/WebKit/chromium/src/
WorkerAsyncFileSystemChromium.cpp 158 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/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 49 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/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.h 134 String m_path; member in class:WebKit::InjectedBundle
InjectedBundle.cpp 62 : m_path(path)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 43 : m_path(new CairoPath())
49 delete m_path;
53 : m_path(new CairoPath())
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 86 m_pluginLoader = new QPluginLoader(m_path);
  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 258 WTF::RetainPtr<CFStringRef> path(AdoptCF, m_path.createCFString());
263 LOG(Plugins, "%s not loaded", m_path.utf8().data());
  /external/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 285 milliseconds

1 23