Searched
full:false (Results
2401 -
2425 of
15335) sorted by null
<<919293949596979899100>>
/external/webkit/WebCore/page/ |
FrameTree.h | 44 Frame* parent(bool checkForDisconnectedFrame = false) const; 68 Frame* top(bool checkForDisconnectedFrame = false) const;
|
/external/webkit/WebCore/platform/ |
TreeShared.h | 40 m_deletionHasBegun = false; 41 m_inRemovedLastRefFunction = false;
|
/external/webkit/WebCore/platform/animation/ |
AnimationList.cpp | 50 return false; 53 return false;
|
/external/webkit/WebCore/platform/brew/ |
FileChooserBrew.cpp | 48 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false); 50 return StringTruncator::centerTruncate(string, width, font, false);
|
/external/webkit/WebCore/platform/chromium/ |
FileChooserChromium.cpp | 47 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font, false); 49 return StringTruncator::centerTruncate(string, static_cast<float>(width), font, false);
|
WindowsVersion.cpp | 39 static bool haveResult = false; 40 static bool result = false;
|
/external/webkit/WebCore/platform/graphics/android/ |
SkBitmapRef.h | 34 SkBitmapRef() : fOrigWidth(0), fOrigHeight(0), fAccessed(false) {} 39 fAccessed(false) {}
|
/external/webkit/WebCore/platform/graphics/transforms/ |
IdentityTransformOperation.h | 51 return false; 54 virtual PassRefPtr<TransformOperation> blend(const TransformOperation*, double, bool = false)
|
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.h | 55 virtual bool supportsAlpha() const { return false; } 57 void decode(bool sizeOnly = false);
|
/external/webkit/WebCore/platform/mac/ |
FileChooserMac.mm | 50 return StringTruncator::rightTruncate(multipleFileUploadText(m_filenames.size()), width, font, false); 52 return StringTruncator::centerTruncate(strToTruncate, width, font, false);
|
/external/webkit/WebCore/platform/network/curl/ |
ResourceResponse.h | 36 : m_responseFired(false) 42 m_responseFired(false)
|
/external/webkit/WebCore/platform/text/ |
Base64.h | 33 void base64Encode(const Vector<char>&, Vector<char>&, bool insertLFs = false); 34 void base64Encode(const char*, unsigned, Vector<char>&, bool insertLFs = false);
|
/external/webkit/WebCore/platform/win/ |
FileChooserWin.cpp | 50 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false); 52 return StringTruncator::centerTruncate(string, width, font, false);
|
FileSystemWin.cpp | 55 return false; 64 return false; 118 return false; 278 return false; 282 return false; 286 return false; 291 return false; 298 return false;
|
/external/webkit/WebCore/platform/wince/ |
FileChooserWince.cpp | 55 return StringTruncator::rightTruncate(String::number(m_filenames.size()) + " files", width, font, false); 57 return StringTruncator::centerTruncate(string, width, font, false);
|
/external/webkit/WebCore/plugins/ |
PluginView.cpp | 176 handleFocusEvent(false); 219 return false; 237 return false; 239 m_isWaitingToStart = false; 254 setCallingPlugin(false); 262 return false; 277 load(frameLoadRequest, false, 0); 286 return false; 354 m_isStarted = false; 386 setCallingPlugin(false); [all...] |
/external/webkit/WebCore/rendering/ |
EllipsisBox.h | 34 : InlineBox(obj, 0, y, width, firstLine, true, false, false, 0, 0, parent)
|
RenderForeignObject.h | 44 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false); 45 virtual bool requiresLayer() const { return false; }
|
RenderPath.cpp | 85 return false; 88 return false; 96 return false; 99 return false; 194 setNeedsLayout(false); 237 childPaintInfo.context->setShouldAntialias(false); 266 return false; 281 return false;
|
RenderSVGHiddenContainer.cpp | 42 setNeedsLayout(false); 67 return false;
|
/external/webkit/WebCore/rendering/style/ |
BindingURI.cpp | 59 return false; 64 return false;
|
CounterDirectives.h | 36 : m_reset(false) 37 , m_increment(false)
|
/external/webkit/WebCore/svg/ |
SVGFEMergeElement.cpp | 47 return false; 53 return false;
|
SVGGElement.h | 40 virtual bool isShadowTreeContainerElement() const { return false; } 46 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
SVGImageLoader.cpp | 47 element()->dispatchEvent(Event::create(eventNames().errorEvent, false, false));
|
Completed in 584 milliseconds
<<919293949596979899100>>