HomeSort by relevance Sort by last modified time
    Searched full:constdata (Results 26 - 50 of 59) sorted by null

12 3

  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_totype.cpp 246 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
424 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
665 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
897 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.cpp 82 const QByteArray normal = QMetaObject::normalizedSignature(name.constData());
qt_runtime.h 85 virtual const char* name() const { return m_identifier.constData(); }
qt_runtime.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 131 return String(m_format.constData(), m_format.length());
MediaPlayerPrivatePhonon.cpp 51 #define LOG_MEDIAOBJECT() (LOG(Media, "%s", debugMediaObject(this, *m_mediaObject).constData()))
  /external/webkit/Source/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 94 m_streamHandle->client()->didReceiveData(m_streamHandle, data.constData(), data.size());
  /external/webkit/Source/WebCore/plugins/qt/
PluginPackageQt.cpp 145 m_module->errorString().toLatin1().constData());
PluginViewQt.cpp 439 xEvent->xkey.keycode = XKeysymToKeycode(QX11Info::display(), XStringToKeysym(keyText.toUtf8().constData()));
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 138 if (fwrite(data.constData(), 1, data.length(), stdout)) {}
main.cpp 127 fprintf(stderr, "%s\n", get_backtrace().toLatin1().constData());
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 108 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
180 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_mdct_18_gcc.s 46 adr r2,constdata$1
327 constdata$1:
pvmp3_mdct_18_wm.asm 330 AREA |.constdata|, DATA, READONLY, ALIGN=2
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 699 return QScriptValuePrivate::get(d_ptr->property(QScriptStringPrivate::get(name).constData(), mode));
779 d_ptr->setProperty(QScriptStringPrivate::get(name).constData(), QScriptValuePrivate::get(value), flags);
801 return d_ptr->propertyFlags(QScriptStringPrivate::get(name).constData(), mode);
qscriptvalue_p.h 653 return new QScriptValuePrivate(m_engine.constData(), object);
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 226 shaper_item.string = reinterpret_cast<const HB_UChar16 *>(str.constData());
294 str.toLatin1().constData(),
303 qDebug(" glyph result = %s", str.toLatin1().constData());
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 77 UChar c = decodeNamedEntity(name.toUtf8().constData());
431 UChar c = decodeNamedEntity(entity.toUtf8().constData());
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 640 window->put(exec, JSC::Identifier(exec, reinterpret_cast_ptr<const UChar*>(name.constData()), name.length()), runtimeObject, slot);
911 request.setHTTPMethod(req.attribute(QNetworkRequest::CustomVerbAttribute).toByteArray().constData());
933 request.setHTTPBody(WebCore::FormData::create(body.constData(), body.size()));
970 WTF::RefPtr<WebCore::SharedBuffer> data = WebCore::SharedBuffer::create(utf8.constData(), utf8.length());
992 WTF::RefPtr<WebCore::SharedBuffer> buffer = WebCore::SharedBuffer::create(data.constData(), data.length());
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 68 painter->drawLines(lines.constData(), lines.size());
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 142 QSKIP(QString("This test requires access to resources found in '%1'").arg(TESTS_SOURCE_DIR).toLatin1().constData(), SkipAll);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 920 return PrintContext::pageProperty(coreFrame, propertyName.toUtf8().constData(), pageNumber);
    [all...]
FrameLoaderClientQt.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 348 return StringImpl::create(ba.constData(), ba.length());
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 424 String qtPath(qgetenv("QTWEBKIT_PLUGIN_PATH").constData());

Completed in 332 milliseconds

12 3