/external/webkit/WebCore/bindings/js/ |
ScriptController.cpp | 61 , m_inExecuteScript(false) 62 , m_processingTimerCallback(false) 63 , m_paused(false) 64 , m_allowPopupsFromPlugin(false) 108 // and false for <script>doSomething()</script>. Check if it has the 162 : DOMWrapperWorld(globalData, false) 235 return false; 240 return false; 251 return false; 258 return false; [all...] |
/external/webkit/WebCore/bindings/v8/custom/ |
V8CustomSQLStatementErrorCallback.cpp | 73 bool callbackReturnValue = false; 74 // Step 6: If the error callback returns false, then move on to the next 76 // the error callback did not return false, or there was no error callback.
|
/external/webkit/WebCore/css/ |
StyleSheet.cpp | 32 , m_disabled(false) 41 , m_disabled(false) 50 , m_disabled(false)
|
/external/webkit/WebCore/dom/ |
NodeRareData.h | 69 , m_tabIndexWasSetExplicitly(false) 70 , m_isFocused(false) 71 , m_needsFocusAppearanceUpdateSoonAfterAttach(false)
|
/external/webkit/WebCore/editing/ |
ReplaceSelectionCommand.h | 39 bool selectReplacement = true, bool smartReplace = false, bool matchStyle = false, bool preventNesting = true, bool movingParagraph = false,
|
/external/webkit/WebCore/history/qt/ |
HistoryItemQt.cpp | 31 return false; 109 out << false; 115 out << false; local
|
/external/webkit/WebCore/html/ |
HTMLImageElement.h | 49 virtual bool canStartSelection() const { return false; } 51 int width(bool ignorePendingStylesheets = false) const; 52 int height(bool ignorePendingStylesheets = false) const;
|
/external/webkit/WebCore/inspector/front-end/ |
treeoutline.js | 37 this.expandTreeElementsWhenArrowing = false; 39 this.hasChildren = false; 41 this.selected = false; 74 current = current.traverseNextTreeElement(false, child, true); 122 current = current.traverseNextTreeElement(false, child, true); 215 child = child.traverseNextTreeElement(false, this, true); 259 child = child.traverseNextTreeElement(false, this, true); 293 var found = false; 349 var handled = false; 355 handled = nextSelectedElement ? true : false; [all...] |
/external/webkit/WebCore/loader/ |
CachedImage.cpp | 57 , m_httpStatusCodeErrorOccurred(false) 66 , m_httpStatusCodeErrorOccurred(false) 69 m_loading = false; 91 m_loading = false; 155 return false; 163 return false; 171 return false; 276 bool sizeAvailable = false; 307 m_loading = false; 318 m_loading = false; [all...] |
ImageDocument.cpp | 122 return false; 125 cachedImage->data(frame->loader()->documentLoader()->mainResourceData(), false); 129 return false; 167 return false; 175 , m_imageSizeIsKnown(false) 176 , m_didShrinkImage(false) 191 RefPtr<Element> rootElement = Document::createElement(htmlTag, false); 194 RefPtr<Element> body = Document::createElement(bodyTag, false); 211 domWindow->addEventListener("resize", listener, false); 212 imageElement->addEventListener("click", listener.release(), false); [all...] |
RedirectScheduler.h | 58 void scheduleLocationChange(const String& url, const String& referrer, bool lockHistory = true, bool lockBackForwardList = true, bool userGesture = false); 60 void scheduleRefresh(bool userGesture = false); 65 void cancel(bool newLoadInProgress = false);
|
/external/webkit/WebCore/loader/icon/ |
PageURLRecord.h | 64 PageURLSnapshot snapshot(bool forDeletion = false) const; 66 // Returns false if the page wasn't retained beforehand, true if the retain count was already 1 or higher 69 // Returns true if the page is still retained after the call. False if the retain count just dropped to 0
|
/external/webkit/WebCore/page/ |
BarInfo.cpp | 62 return false; 65 return false; 81 return false;
|
/external/webkit/WebCore/platform/ |
HostWindow.h | 41 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false) = 0; 45 void paint() { repaint(IntRect(), false, true); } local
|
PurgeableBuffer.h | 41 // Call makePurgeable(false) and check the return value before accessing the data. 70 inline bool PurgeableBuffer::wasPurged() const { return false; } 71 inline bool PurgeableBuffer::makePurgeable(bool) { return false; }
|
ScrollbarThemeComposite.h | 52 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0; 53 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0; 54 virtual IntRect trackRect(Scrollbar*, bool painting = false) = 0;
|
/external/webkit/WebCore/platform/android/ |
ClipboardAndroid.cpp | 59 success = false; 66 return false; 112 return false;
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.h | 60 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 61 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 62 virtual IntRect trackRect(Scrollbar*, bool painting = false);
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsContextPrivate.h | 47 , paintingDisabled(false) 49 , shadowsIgnoreTransforms(false) 90 : m_updatingControlTints(false)
|
SegmentedFontData.cpp | 56 return false; 65 return false; 83 return false;
|
/external/webkit/WebCore/platform/graphics/gtk/ |
GlyphPageTreeNodeGtk.cpp | 43 return false; 47 return false; 49 bool haveGlyphs = false;
|
/external/webkit/WebCore/platform/graphics/transforms/ |
Matrix3DTransformOperation.h | 49 return false; 57 return false; 60 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
|
RotateTransformOperation.h | 55 return false; 63 return false; 66 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
|
ScaleTransformOperation.h | 57 return false; 65 return false; 68 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
|
SkewTransformOperation.h | 47 return false; 55 return false; 58 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
|