Searched refs:acceptsEditing (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.h33 BOOL acceptsEditing; variable
H A DEditingDelegate.mm71 acceptsEditing = YES;
79 return acceptsEditing;
86 return acceptsEditing;
99 return acceptsEditing;
112 return acceptsEditing;
119 return acceptsEditing;
140 return acceptsEditing;
147 return acceptsEditing;
154 return acceptsEditing;
189 acceptsEditing
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp90 bool EditorClientQt::acceptsEditing = true; member in class:WebCore::EditorClientQt
150 return acceptsEditing;
170 return acceptsEditing;
179 return acceptsEditing;
320 return acceptsEditing;
H A DEditorClientQt.h118 static bool acceptsEditing; member in class:WebCore::EditorClientQt
H A DDumpRenderTreeSupportQt.cpp724 EditorClientQt::acceptsEditing = b; member in class:EditorClientQt
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp289 return layoutTestController()->acceptsEditing();
299 return layoutTestController()->acceptsEditing();
311 return layoutTestController()->acceptsEditing();
321 return layoutTestController()->acceptsEditing();
336 return layoutTestController()->acceptsEditing();
346 return layoutTestController()->acceptsEditing();
356 return layoutTestController()->acceptsEditing();
H A DLayoutTestController.h389 bool acceptsEditing() { return m_acceptsEditing; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp101 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) argument
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h89 void setAcceptsEditing(bool acceptsEditing);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp224 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) argument
227 webkit_web_view_set_editable(webView, acceptsEditing);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp332 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) argument
347 editingDelegate->setAcceptsEditing(acceptsEditing);

Completed in 159 milliseconds