/external/webkit/WebCore/bindings/js/ |
JSCustomSQLStatementErrorCallback.cpp | 77 // Therefore an exception and returning true are the same thing - so, return true on an exception 78 return true;
|
/external/webkit/WebCore/css/ |
MediaList.h | 54 return adoptRef(new MediaList(0, mediaQueryOrDescription, true)); 58 return adoptRef(new MediaList(parentSheet, mediaQueryOrDescription, true)); 87 bool m_fallback; // true if failed media query parsing should fallback to media description parsing
|
/external/webkit/WebCore/dom/ |
SpaceSplitString.cpp | 55 while (true) { 70 m_createdVector = true; 89 return true;
|
Tokenizer.h | 38 // document.write() always uses false, while the loader uses true. 42 virtual void stopParsing() { m_parserStopped = true; } 52 virtual bool wellFormed() const { return true; }
|
/external/webkit/WebCore/page/ |
DragController.cpp | 125 chosePlainText = true; 191 return true; 196 return true; 206 return true; 305 return true; 309 return true; 321 return true; 381 return true; 409 return true; 421 loader->setAllowStaleResources(true); [all...] |
/external/webkit/WebCore/platform/ |
ScrollbarThemeComposite.cpp | 66 backButtonStartPaintRect = backButtonRect(scrollbar, BackButtonStartPart, true); 69 backButtonEndPaintRect = backButtonRect(scrollbar, BackButtonEndPart, true); 72 forwardButtonStartPaintRect = forwardButtonRect(scrollbar, ForwardButtonStartPart, true); 75 forwardButtonEndPaintRect = forwardButtonRect(scrollbar, ForwardButtonEndPart, true); 83 IntRect trackPaintRect = trackRect(scrollbar, true); 122 return true; 157 return true; 207 result = backButtonRect(scrollbar, BackButtonStartPart, true); 210 result = backButtonRect(scrollbar, BackButtonEndPart, true); 213 result = forwardButtonRect(scrollbar, ForwardButtonStartPart, true); [all...] |
/external/webkit/WebCore/platform/graphics/wince/ |
GlyphPageTreeNodeWince.cpp | 53 return true; 67 return true; 75 return true;
|
/external/webkit/WebCore/platform/network/ |
AuthenticationChallengeBase.cpp | 33 : m_isNull(true) 84 m_isNull = true; 90 return true;
|
/external/webkit/WebCore/rendering/ |
RenderHTMLCanvas.cpp | 49 return true; 80 setPrefWidthsDirty(true); 89 setNeedsLayout(true);
|
RenderListMarker.h | 50 virtual bool isListMarker() const { return true; } 67 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true); 68 virtual bool canBeSelectionLeaf() const { return true; }
|
RenderObjectChildList.h | 54 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool fullRemove = true); 55 void appendChildNode(RenderObject* owner, RenderObject*, bool fullAppend = true); 56 void insertChildNode(RenderObject* owner, RenderObject* child, RenderObject* before, bool fullInsert = true);
|
RenderPath.h | 47 bool fillContains(const FloatPoint&, bool requiresFill = true) const; 48 bool strokeContains(const FloatPoint&, bool requiresStroke = true) const; 59 virtual bool isRenderPath() const { return true; }
|
RenderVideo.h | 64 virtual bool requiresLayer() const { return true; } 65 virtual bool isVideo() const { return true; } 71 virtual int calcReplacedWidth(bool includeMaxWidth = true) const;
|
/external/webkit/WebCore/rendering/style/ |
StyleImage.h | 51 virtual bool canRender(float /*multiplier*/) const { return true; } 52 virtual bool isLoaded() const { return true; } 73 return true;
|
StyleMultiColData.cpp | 33 , m_autoWidth(true) 34 , m_autoCount(true) 35 , m_normalGap(true)
|
/external/webkit/WebCore/svg/ |
SVGAnimatedPropertySynchronizer.h | 35 struct GetOwnerElementForType<OwnerType, true> : public Noncopyable { 55 static const bool value = true; 71 struct SVGAnimatedPropertySynchronizer<true> {
|
/external/webkit/WebCore/websockets/ |
ThreadableWebSocketChannelClientWrapper.h | 57 m_syncMethodDone = true; 72 m_syncMethodDone = true; 82 m_syncMethodDone = true;
|
/external/webkit/WebCore/wml/ |
WMLAnchorElement.cpp | 37 // Calling setIsLink(true), and returning a non-null value on CSSStyleSelectors' linkAttribute 40 setIsLink(true); 52 shouldHandle = true;
|
WMLDocument.cpp | 57 bool hasAccess = initialize(true); 103 return true; 113 return true;
|
WMLInputElement.h | 48 virtual bool isTextFormControl() const { return true; } 50 virtual bool isTextField() const { return true; } 90 bool isConformedToInputMask(UChar, unsigned, bool isUserInput = true);
|
/external/webkit/WebCore/xml/ |
XSLStyleSheet.h | 57 return adoptRef(new XSLStyleSheet(parentNode, finalURL.string(), finalURL, true)); 62 virtual bool isXSLStyleSheet() const { return true; } 66 virtual bool parseString(const String &string, bool strict = true);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebInspectorClient.cpp | 145 if (FAILED(preferences->setPrivateBrowsingEnabled(TRUE))) 147 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE))) 149 if (FAILED(preferences->setAuthorAndUserStylesEnabled(TRUE))) 151 if (FAILED(preferences->setAllowsAnimatedImages(TRUE))) 153 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE))) 175 m_webView->setProhibitsMainFrameScrolling(TRUE); 217 m_inspectedWebView->page()->inspectorController()->setWindowVisible(true, m_shouldAttachWhenShown); 236 m_inspectedWebView->page()->inspectorController()->setSetting(inspectorStartsAttachedName, "true"); 291 m_highlight->setShowsWhileWebViewIsVisible(true); 378 m_attached = true; [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
mock_bugzillatool.py | 53 "is_patch": True, 67 "is_patch": True, 81 "is_patch": True, 92 "is_patch": True, 105 "is_patch": True, 117 "is_patch": True, 128 "is_obsolete": True, 129 "is_patch": True, 249 for attachment in bug.attachments(include_obsolete=True): 271 "is_green": True, [all...] |
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
IISDecodingImageSource.java | 46 return true; 84 return true; // This is orig 88 // have mark support and it is not ok to just return true.
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
DataCommand.java | 49 flag = true; 50 validCommand = true; 53 validCommand = true;
|