HomeSort by relevance Sort by last modified time
    Searched refs:WebKit (Results 101 - 125 of 1821) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit/chromium/src/
CompositionUnderlineVectorBuilder.h 39 namespace WebKit {
51 } // namespace WebKit
WebAccessibilityCache.cpp 38 namespace WebKit {
WebIconLoadingCompletionImpl.h 39 using WebKit::WebIconLoadingCompletion;
40 using WebKit::WebData;
42 namespace WebKit {
55 } // namespace WebKit
AsyncFileWriterChromium.h 41 namespace WebKit {
50 class AsyncFileWriterChromium : public AsyncFileWriter, public WebKit::WebFileWriterClient {
55 void setWebFileWriter(PassOwnPtr<WebKit::WebFileWriter> writer);
65 virtual void didFail(WebKit::WebFileError);
68 OwnPtr<WebKit::WebFileWriter> m_writer;
ApplicationCacheHostInternal.h 40 #include "WebKit.h"
46 class ApplicationCacheHostInternal : public WebKit::WebApplicationCacheHostClient {
51 WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame());
61 virtual void notifyEventListener(WebKit::WebApplicationCacheHost::EventID eventID)
66 virtual void notifyProgressEventListener(const WebKit::WebURL&, int progressTotal, int progressDone)
71 static WebKit::WebApplicationCacheHost* toWebApplicationCacheHost(ApplicationCacheHost* innerHost)
81 OwnPtr<WebKit::WebApplicationCacheHost> m_outerHost;
  /external/webkit/Source/WebKit/chromium/src/linux/
WebRenderTheme.cpp 40 namespace WebKit {
47 } // namespace WebKit
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginViewFactoryPrivate.h 29 #import <WebKit/WebPluginViewFactory.h>
  /external/webkit/Source/WebKit2/Shared/
DrawingAreaInfo.h 29 namespace WebKit {
39 } // namespace WebKit
EditorState.h 32 namespace WebKit {
56 template<> struct ArgumentCoder<WebKit::EditorState> : SimpleArgumentCoder<WebKit::EditorState> { };
  /external/webkit/Source/WebKit2/Shared/qt/
WebURLRequestQt.cpp 29 namespace WebKit {
42 } // namespace WebKit
WebURLResponseQt.cpp 29 namespace WebKit {
42 } // namespace WebKit
  /external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
WKAPICastGtk.h 34 namespace WebKit {
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKViewPrivate.cpp 32 using namespace WebKit;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
ThreadLauncherGtk.cpp 32 namespace WebKit {
40 } // namespace WebKit
  /external/webkit/Source/WebKit2/UIProcess/
WebNavigationData.cpp 29 namespace WebKit {
40 } // namespace WebKit
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/qt/
PluginProxyQt.cpp 33 namespace WebKit {
41 } // namespace WebKit
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebPopupMenuGtk.cpp 35 namespace WebKit {
42 } // namespace WebKit
  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.h 38 namespace WebKit {
42 // A mock implementation of a spell-checker used for WebKit tests.
43 // This class only implements the minimal functionarities required by WebKit
45 // words in webkit tests and mark them as missspelled.
46 // Even though this is sufficent for webkit tests, this class is not suitable
61 bool spellCheckWord(const WebKit::WebString& text,
65 void fillSuggestionList(const WebKit::WebString& word, Vector<WebKit::WebString>* suggestions);
TestNavigationController.h 38 #include "webkit/support/webkit_support.h"
45 class TestShellExtraData : public WebKit::WebDataSource::ExtraData {
65 const WebKit::WebURL&,
66 const WebKit::WebString& title,
67 const WebKit::WebString& targetFrame);
73 void setURL(const WebKit::WebURL& url) { m_url = url; }
74 const WebKit::WebURL& URL() const { return m_url; }
77 void setTitle(const WebKit::WebString& title) { m_title = title; }
78 const WebKit::WebString& title() const { return m_title; }
81 void setContentState(const WebKit::WebHistoryItem&)
    [all...]
  /external/chromium/webkit/glue/
glue_serialize.h 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h"
20 const WebKit::WebHistoryItem& item);
21 WebKit::WebHistoryItem HistoryItemFromString(
26 const WebKit::WebHistoryItem& item, int version,
webthemeengine_impl_linux.cc 5 #include "webkit/glue/webthemeengine_impl_linux.h"
8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h"
12 using WebKit::WebCanvas;
13 using WebKit::WebColor;
14 using WebKit::WebRect;
23 WebKit::WebThemeEngine::Part part) {
25 case WebKit::WebThemeEngine::PartScrollbarDownArrow
    [all...]
webmenuitem.h 11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMenuItemInfo.h"
17 OPTION = WebKit::WebMenuItemInfo::Option,
18 CHECKABLE_OPTION = WebKit::WebMenuItemInfo::CheckableOption,
19 GROUP = WebKit::WebMenuItemInfo::Group,
20 SEPARATOR = WebKit::WebMenuItemInfo::Separator,
21 SUBMENU // This is currently only used by Pepper, not by WebKit.
25 WebMenuItem(const WebKit::WebMenuItemInfo& item);
dom_operations.h 13 namespace WebKit {
20 // A collection of operations that access the underlying WebKit DOM directly.
52 bool GetAllSavableResourceLinksForCurrentPage(WebKit::WebView* view,
59 bool PauseAnimationAtTimeOnElementWithId(WebKit::WebView* view,
67 bool PauseTransitionAtTimeOnElementWithId(WebKit::WebView* view,
74 bool ElementDoesAutoCompleteForElementWithId(WebKit::WebView* view,
78 int NumberOfActiveAnimations(WebKit::WebView* view);
85 WebKit::WebString GetSubResourceLinkFromElement(
86 const WebKit::WebElement& element);
91 WebKit::WebDocument* document
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
AccessibilityWebPageObject.h 29 namespace WebKit {
34 WebKit::WebPage* m_page;
41 - (void)setWebPage:(WebKit::WebPage*)page;
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoader.h"
18 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderClient.h"
19 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h"
20 #include "webkit/glue/media/web_data_source.h"
21 #include "webkit/glue/webmediaplayer_impl.h
    [all...]

Completed in 111 milliseconds

1 2 3 45 6 7 8 91011>>