HomeSort by relevance Sort by last modified time
    Searched refs:isEmpty (Results 151 - 175 of 2916) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyNameArray.cpp 44 if (m_set.isEmpty()) {
RopeImpl.cpp 54 while (!workQueue.isEmpty()) {
  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurityBase.cpp 102 if (targetSecurityOrigin->isEmpty() && activeWindow->frame() == targetWindow->frame())
  /external/webkit/Source/WebCore/dom/
DeviceMotionController.h 49 bool isActive() { return !m_listeners.isEmpty(); }
DeviceOrientationController.h 51 bool isActive() { return !m_listeners.isEmpty(); }
ScriptElement.cpp 96 if (ignoresLoadRequest() || sourceUrl.isEmpty())
119 if (languages.isEmpty()) {
146 if (type.isEmpty() && language.isEmpty())
148 if (type.isEmpty()) {
212 if (!charsetAttributeValue().isEmpty())
265 if (sourceCode.isEmpty())
328 if (!eventAttribute.isEmpty() && !forAttribute.isEmpty()) {
TagNodeList.cpp 37 ASSERT(m_namespaceURI.isNull() || !m_namespaceURI.isEmpty());
TreeScope.cpp 80 if (elementId.isEmpty())
97 if (key.isEmpty())
105 if (!accessKey.isEmpty())
148 if (name.isEmpty())
  /external/webkit/Source/WebCore/fileapi/
BlobURL.cpp 65 ASSERT(!originString.isEmpty());
  /external/webkit/Source/WebCore/html/
ImageInputType.cpp 60 encoding.appendData(name.isEmpty() ? "x" : (name + ".x"), m_clickLocation.x());
61 encoding.appendData(name.isEmpty() ? "y" : (name + ".y"), m_clickLocation.y());
62 if (!name.isEmpty() && !element()->value().isEmpty())
IsIndexInputType.cpp 66 if (!document->baseURL().isEmpty()) {
  /external/webkit/Source/WebCore/html/canvas/
CanvasPattern.cpp 37 if (type.isEmpty() || type == "repeat") {
  /external/webkit/Source/WebCore/page/
FrameActionScheduler.h 54 bool isEmpty() const;
  /external/webkit/Source/WebCore/platform/
NotImplemented.h 36 #define supressNotImplementedWarning() !qgetenv("DISABLE_NI_WARNING").isEmpty()
  /external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 70 if (!ext.isEmpty() && ext[0] == '.')
83 if (mimeType.isEmpty()) {
88 if (mimeType.isEmpty())
124 return !mimeType.isEmpty() && supportedMediaMIMETypes.contains(mimeType);
  /external/webkit/Source/WebCore/platform/graphics/mac/
IconMac.mm 45 if (filenames.isEmpty())
58 if (filenames[0].isEmpty() || filenames[0][0U] != '/')
  /external/webkit/Source/WebCore/platform/gtk/
SharedBufferGtk.cpp 32 if (filePath.isEmpty())
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.h 59 return !m_frameBufferCache.isEmpty() && (m_frameBufferCache.first().status() == ImageFrame::FrameComplete);
  /external/webkit/Source/WebCore/platform/mac/
SearchPopupMenuMac.mm 50 if (name.isEmpty())
67 if (name.isEmpty())
  /external/webkit/Source/WebCore/platform/network/qt/
ResourceHandleQt.cpp 89 if (!d->m_user.isEmpty() || !d->m_pass.isEmpty()) {
158 if (!d->m_user.isEmpty() || !d->m_pass.isEmpty()) {
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceRequestSoup.cpp 43 if (!headers.isEmpty()) {
50 if (!firstPartyString.isEmpty()) {
66 if (!headers.isEmpty()) {
73 if (!firstPartyString.isEmpty()) {
  /external/webkit/Source/WebCore/platform/qt/
FileChooserQt.cpp 37 if (m_filenames.isEmpty())
  /external/webkit/Source/WebCore/storage/
SQLTransactionCoordinator.cpp 54 if (info.activeWriteTransaction || info.pendingTransactions.isEmpty())
63 } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
64 } else if (info.activeReadTransactions.isEmpty()) {
88 if (m_coordinationInfoMap.isEmpty())
  /external/webkit/Source/WebKit/chromium/public/
WebThreadSafeData.h 58 bool isEmpty() const { return !size(); }
  /external/webkit/Source/WebKit2/Platform/
Region.h 42 bool isEmpty() const { return m_bounds.isEmpty(); }
73 bool isEmpty() const { return m_spans.isEmpty(); }

Completed in 495 milliseconds

1 2 3 4 5 67 8 91011>>