Searched refs:WebCore (Results 76 - 100 of 4414) sorted by relevance

1234567891011>>

/external/webkit/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.h29 #include <WebCore/COMPtr.h>
30 #include <WebCore/IntRect.h>
31 #include <WebCore/PluginView.h>
33 namespace WebCore { namespace
40 class EmbeddedWidget : public WebCore::Widget, public WebCore::PluginManualLoader {
42 static PassRefPtr<EmbeddedWidget> create(IWebEmbeddedView*, WebCore::Element* element, HWND parentWindow, const WebCore::IntSize&);
46 EmbeddedWidget(IWebEmbeddedView* view, WebCore::Element* element)
55 bool createWindow(HWND parentWindow, const WebCore
[all...]
H A DWebChromeClient.h26 #include <WebCore/ChromeClient.h>
27 #include <WebCore/COMPtr.h>
28 #include <WebCore/GraphicsContext.h>
29 #include <WebCore/FocusDirection.h>
30 #include <WebCore/ScrollTypes.h>
39 class WebChromeClient : public WebCore::ChromeClient {
45 virtual void setWindowRect(const WebCore::FloatRect&);
46 virtual WebCore::FloatRect windowRect();
48 virtual WebCore::FloatRect pageRect();
55 virtual bool canTakeFocus(WebCore
131 formStateDidChange(const WebCore::Node*) argument
146 scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const argument
[all...]
H A DWebDesktopNotificationsDelegate.h31 #include <WebCore/COMPtr.h>
32 #include <WebCore/Notification.h>
33 #include <WebCore/NotificationPresenter.h>
39 namespace WebCore { namespace
44 class WebDesktopNotificationsDelegate : public WebCore::NotificationPresenter {
48 /* WebCore::NotificationPresenter interface */
49 virtual bool show(WebCore::Notification* object);
50 virtual void cancel(WebCore::Notification* object);
51 virtual void notificationObjectDestroyed(WebCore::Notification* object);
52 virtual void requestPermission(WebCore
[all...]
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitapplicationcache.cpp30 WebCore::cacheStorage().empty();
31 WebCore::cacheStorage().vacuumDatabaseFile();
32 WebCore::cacheStorage().setMaximumSize(size);
/external/webkit/WebKit/mac/WebView/
H A DWebScriptWorldInternal.h27 namespace WebCore { namespace
31 WebCore::DOMWrapperWorld* core(WebScriptWorld *);
34 + (WebScriptWorld *)findOrCreateWorld:(WebCore::DOMWrapperWorld*)world;
H A DWebGeolocationPositionInternal.h30 namespace WebCore { namespace
34 WebCore::GeolocationPosition* core(WebGeolocationPosition *);
/external/webkit/WebCore/
H A Dmake-generated-sources.sh4 export WebCore=$PWD
6 mkdir -p DerivedSources/WebCore &&
7 make -C DerivedSources/WebCore -f ../../DerivedSources.make $@
/external/webkit/WebCore/page/mac/
H A DWebCoreFrameView.h28 namespace WebCore { namespace
33 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
34 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
39 - (WebCore::Frame*)_web_frame;
/external/webkit/WebCore/platform/
H A DThreadCheck.h29 namespace WebCore { namespace
45 extern "C" void WebCoreReportThreadViolation(const char* function, WebCore::ThreadViolationRound);
47 #define WebCoreThreadViolationCheckRoundOne() ::WebCore::reportThreadViolation(WTF_PRETTY_FUNCTION, WebCore::ThreadViolationRoundOne)
48 #define WebCoreThreadViolationCheckRoundTwo() ::WebCore::reportThreadViolation(WTF_PRETTY_FUNCTION, WebCore::ThreadViolationRoundTwo)
H A DKURLHash.h33 namespace WebCore { namespace
49 } // namespace WebCore
53 template<> struct HashTraits<WebCore::KURL> : GenericHashTraits<WebCore::KURL> {
55 static void constructDeletedValue(WebCore::KURL& slot) { new (&slot) WebCore::KURL(WebCore::ParsedURLString, WebCore::String(HashTableDeletedValue)); }
56 static bool isDeletedValue(const WebCore::KURL& slot) { return slot.string().isHashTableDeletedValue(); }
/external/webkit/WebKit/win/
H A DDOMCreateInstance.cpp79 #include <WebCore/Node.h>
80 #include <WebCore/Element.h>
81 #include <WebCore/Document.h>
82 #include <WebCore/Attr.h>
83 #include <WebCore/Text.h>
84 #include <WebCore/COMPtr.h>
85 #include <WebCore/CDATASection.h>
86 #include <WebCore/EntityReference.h>
87 #include <WebCore/Entity.h>
88 #include <WebCore/ProcessingInstructio
[all...]
/external/webkit/WebKit/chromium/src/
H A DWebWorkerClientImpl.h43 namespace WebCore { namespace
54 class WebWorkerClientImpl : public WebCore::WorkerContextProxy
57 WebWorkerClientImpl(WebCore::Worker*);
59 // WebCore::WorkerContextProxy Factory.
60 static WebCore::WorkerContextProxy* createWorkerContextProxy(WebCore::Worker*);
63 // WebCore::WorkerContextProxy methods:
67 virtual void startWorkerContext(const WebCore::KURL&,
68 const WebCore::String&,
69 const WebCore
[all...]
H A DContextMenuClientImpl.h41 class ContextMenuClientImpl : public WebCore::ContextMenuClient {
45 virtual void copyImageToClipboard(const WebCore::HitTestResult&) {} argument
47 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*) {} argument
48 virtual void downloadURL(const WebCore::KURL&) {} argument
49 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
51 virtual void lookUpInDictionary(WebCore::Frame*) {}
52 virtual void searchWithGoogle(const WebCore::Frame*) {} argument
54 virtual void speak(const WebCore argument
[all...]
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DContextMenuClientGtk.h33 namespace WebCore { namespace
39 class ContextMenuClient : public WebCore::ContextMenuClient
46 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
47 virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*);
49 virtual void downloadURL(const WebCore::KURL& url);
50 virtual void copyImageToClipboard(const WebCore::HitTestResult&);
51 virtual void searchWithGoogle(const WebCore::Frame*);
52 virtual void lookUpInDictionary(WebCore
[all...]
H A DEditorClientGtk.h40 namespace WebCore { namespace
46 class EditorClient : public WebCore::EditorClient {
50 WTF::Deque<WTF::RefPtr<WebCore::EditCommand> > undoStack;
51 WTF::Deque<WTF::RefPtr<WebCore::EditCommand> > redoStack;
60 virtual bool shouldDeleteRange(WebCore::Range*);
61 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
72 virtual bool shouldBeginEditing(WebCore::Range*);
73 virtual bool shouldEndEditing(WebCore::Range*);
74 virtual bool shouldInsertNode(WebCore::Node*, WebCore
[all...]
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h30 #import <WebCore/EditorClient.h>
38 class WebEditorClient : public WebCore::EditorClient {
54 virtual bool shouldDeleteRange(WebCore::Range*);
55 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
57 virtual bool shouldBeginEditing(WebCore::Range*);
58 virtual bool shouldEndEditing(WebCore::Range*);
59 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
60 virtual bool shouldInsertText(const WebCore
[all...]
/external/webkit/WebCore/bindings/js/
H A DScriptWrappable.h34 namespace WebCore { namespace
41 } // namespace WebCore
/external/webkit/WebCore/css/
H A DCSSInheritedValue.cpp26 namespace WebCore { namespace
38 } // namespace WebCore
H A DCSSInitialValue.cpp26 namespace WebCore { namespace
38 } // namespace WebCore
/external/webkit/WebCore/dom/
H A DNodeFilterCondition.cpp30 namespace WebCore { namespace
37 } // namespace WebCore
/external/webkit/WebCore/editing/
H A DEditorDeleteAction.h29 namespace WebCore { namespace
H A DEditorInsertAction.h29 namespace WebCore { namespace
H A DTextAffinity.h35 namespace WebCore { namespace
43 } // namespace WebCore
47 inline NSSelectionAffinity kit(WebCore::EAffinity affinity)
52 inline WebCore::EAffinity core(NSSelectionAffinity affinity)
54 return static_cast<WebCore::EAffinity>(affinity);
/external/webkit/WebCore/html/
H A DDOMDataGridDataSource.cpp32 namespace WebCore { namespace
42 } // namespace WebCore
/external/webkit/WebCore/loader/
H A DPlaceholderDocument.cpp32 namespace WebCore { namespace
42 } // namespace WebCore

Completed in 324 milliseconds

1234567891011>>