Lines Matching full:true
108 virtual bool shouldBeginEditing(const WebRange&) { return true; }
109 virtual bool shouldEndEditing(const WebRange&) { return true; }
111 const WebNode&, const WebRange&, WebEditingAction) { return true; }
113 const WebString&, const WebRange&, WebEditingAction) { return true; }
116 bool stillSelecting) { return true; }
117 virtual bool shouldDeleteRange(const WebRange&) { return true; }
118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; }
120 virtual bool isSmartInsertDeleteEnabled() { return true; }
121 virtual bool isSelectTrailingWhitespaceEnabled() { return true; }
135 // Returns true if the keyboard event was handled by the embedder,
157 // Returns true if the spelling UI is showing.
179 // description and OK/Cancel choices. Returns true if the user selects
186 // defaultValue. Returns true if the user selects 'OK' or false
187 // otherwise. Upon returning true, actualValue contains the value of
195 // to proceed with closing the view. Returns true if the user selects
198 WebFrame*, const WebString& message) { return true; }
225 virtual bool acceptsLoadDrops() { return true; }