HomeSort by relevance Sort by last modified time
    Searched refs:E_NOTIMPL (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 47 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void**) { return E_NOTIMPL; };
59 /* [retval][out] */ IWebView**) { return E_NOTIMPL; }
62 /* [in] */ IWebView*) { return E_NOTIMPL; }
65 /* [in] */ IWebView*) { return E_NOTIMPL; }
68 /* [in] */ IWebView*) { return E_NOTIMPL; }
71 /* [in] */ IWebView*) { return E_NOTIMPL; }
75 /* [retval][out] */ OLE_HANDLE*) { return E_NOTIMPL; }
79 /* [in] */ OLE_HANDLE) { return E_NOTIMPL; }
83 /* [in] */ BSTR) { return E_NOTIMPL; }
87 /* [retval][out] */ BSTR*) { return E_NOTIMPL; }
    [all...]
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 41 virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(IWebView*, IWebURLRequest*, IWebView**) { return E_NOTIMPL; }
42 virtual HRESULT STDMETHODCALLTYPE webViewShow(IWebView*) { return E_NOTIMPL; }
43 virtual HRESULT STDMETHODCALLTYPE webViewClose(IWebView*) { return E_NOTIMPL; }
44 virtual HRESULT STDMETHODCALLTYPE webViewFocus(IWebView*) { return E_NOTIMPL; }
45 virtual HRESULT STDMETHODCALLTYPE webViewUnfocus(IWebView*) { return E_NOTIMPL; }
46 virtual HRESULT STDMETHODCALLTYPE webViewFirstResponder(IWebView*, OLE_HANDLE*) { return E_NOTIMPL; }
47 virtual HRESULT STDMETHODCALLTYPE makeFirstResponder(IWebView*, OLE_HANDLE) { return E_NOTIMPL; }
48 virtual HRESULT STDMETHODCALLTYPE setStatusText(IWebView*, BSTR) { return E_NOTIMPL; }
49 virtual HRESULT STDMETHODCALLTYPE webViewStatusText(IWebView*, BSTR*) { return E_NOTIMPL; }
50 virtual HRESULT STDMETHODCALLTYPE webViewAreToolbarsVisible(IWebView*, BOOL*) { return E_NOTIMPL; }
    [all...]
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 55 return E_NOTIMPL;
124 return E_NOTIMPL;
130 return E_NOTIMPL;
136 return E_NOTIMPL;
142 return E_NOTIMPL;
148 return E_NOTIMPL;
154 return E_NOTIMPL;
160 return E_NOTIMPL;
165 return E_NOTIMPL;
170 return E_NOTIMPL;
    [all...]
WebScriptObject.cpp 85 return E_NOTIMPL;
95 return E_NOTIMPL;
103 return E_NOTIMPL;
110 return E_NOTIMPL;
117 return E_NOTIMPL;
125 return E_NOTIMPL;
133 return E_NOTIMPL;
140 return E_NOTIMPL;
DOMHTMLClasses.cpp 119 return E_NOTIMPL;
172 return E_NOTIMPL;
192 return E_NOTIMPL;
230 return E_NOTIMPL;
237 return E_NOTIMPL;
244 return E_NOTIMPL;
276 return E_NOTIMPL;
283 return E_NOTIMPL;
290 return E_NOTIMPL;
297 return E_NOTIMPL;
    [all...]
DOMCSSClasses.cpp 88 return E_NOTIMPL;
118 return E_NOTIMPL;
126 return E_NOTIMPL;
134 return E_NOTIMPL;
155 return E_NOTIMPL;
163 return E_NOTIMPL;
170 return E_NOTIMPL;
WebArchive.cpp 102 return E_NOTIMPL;
108 return E_NOTIMPL;
129 return E_NOTIMPL;
135 return E_NOTIMPL;
141 return E_NOTIMPL;
DOMCoreClasses.cpp 132 return E_NOTIMPL;
139 return E_NOTIMPL;
169 return E_NOTIMPL;
176 return E_NOTIMPL;
183 return E_NOTIMPL;
190 return E_NOTIMPL;
197 return E_NOTIMPL;
218 return E_NOTIMPL;
227 return E_NOTIMPL;
235 return E_NOTIMPL;
    [all...]
AccessibleBase.h 67 virtual HRESULT STDMETHODCALLTYPE put_accName(VARIANT, BSTR) { return E_NOTIMPL; }
68 virtual HRESULT STDMETHODCALLTYPE put_accValue(VARIANT, BSTR) { return E_NOTIMPL; }
73 return E_NOTIMPL;
80 return E_NOTIMPL;
85 return E_NOTIMPL;
87 virtual HRESULT STDMETHODCALLTYPE GetIDsOfNames(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { return E_NOTIMPL; }
88 virtual HRESULT STDMETHODCALLTYPE Invoke(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, EXCEPINFO*, UINT*) { return E_NOTIMPL; }
WebMutableURLRequest.cpp 148 return E_NOTIMPL;
155 return E_NOTIMPL;
169 return E_NOTIMPL;
176 return E_NOTIMPL;
191 return E_NOTIMPL;
270 return E_NOTIMPL;
277 return E_NOTIMPL;
291 return E_NOTIMPL;
298 return E_NOTIMPL;
319 return E_NOTIMPL;
    [all...]
WebHTMLRepresentation.cpp 111 return E_NOTIMPL;
119 return E_NOTIMPL;
127 return E_NOTIMPL;
138 return E_NOTIMPL;
228 return E_NOTIMPL;
236 return E_NOTIMPL;
244 return E_NOTIMPL;
251 return E_NOTIMPL;
318 return E_NOTIMPL;
WebDataSource.cpp 92 return E_NOTIMPL;
99 return E_NOTIMPL;
162 return E_NOTIMPL;
257 return E_NOTIMPL;
264 return E_NOTIMPL;
271 return E_NOTIMPL;
303 return E_NOTIMPL;
WebSecurityOrigin.cpp 142 return E_NOTIMPL;
157 return E_NOTIMPL;
170 return E_NOTIMPL;
WebError.cpp 155 return E_NOTIMPL;
162 return E_NOTIMPL;
169 return E_NOTIMPL;
176 return E_NOTIMPL;
WebNotification.cpp 110 return E_NOTIMPL;
WebView.cpp     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 116 /* [retval][out] */ IWebUndoManager **undoManager) { return E_NOTIMPL; }
120 /* [in] */ BSTR word) { return E_NOTIMPL; }
123 /* [in] */ BSTR word) { return E_NOTIMPL; }
130 /* [out] */ int *misspellingLength) { return E_NOTIMPL; }
138 /* [out] */ int *badGrammarLength) { return E_NOTIMPL; }
146 /* [in] */ int guessesCount) { return E_NOTIMPL; }
149 /* [in] */ BSTR word) { return E_NOTIMPL; }
152 /* [in] */ BOOL show) { return E_NOTIMPL; }
155 /* [retval][out] */ BOOL *result) { return E_NOTIMPL; }
159 /* [retval][out] */ IEnumSpellingGuesses **guesses) { return E_NOTIMPL; }
    [all...]
UIDelegate.h 58 /* [in] */ IWebView *sender) { return E_NOTIMPL; }
71 /* [retval][out] */ OLE_HANDLE *responder) { return E_NOTIMPL; }
75 /* [in] */ OLE_HANDLE responder) { return E_NOTIMPL; }
83 /* [retval][out] */ BSTR *text) { return E_NOTIMPL; }
87 /* [retval][out] */ BOOL *visible) { return E_NOTIMPL; }
91 /* [in] */ BOOL visible) { return E_NOTIMPL; }
95 /* [retval][out] */ BOOL *visible) { return E_NOTIMPL; }
99 /* [in] */ BOOL visible) { return E_NOTIMPL; }
103 /* [retval][out] */ BOOL *resizable) { return E_NOTIMPL; }
107 /* [in] */ BOOL resizable) { return E_NOTIMPL; }
    [all...]
ResourceLoadDelegate.h 69 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; }
81 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; }
97 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; }
UIDelegate.cpp 281 return E_NOTIMPL;
291 return E_NOTIMPL;
302 return E_NOTIMPL;
312 return E_NOTIMPL;
320 return E_NOTIMPL;
330 return E_NOTIMPL;
337 return E_NOTIMPL;
344 return E_NOTIMPL;
352 return E_NOTIMPL;
358 return E_NOTIMPL;
    [all...]
FrameLoadDelegate.h 80 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
93 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
113 /* [in] */ JSObjectRef windowObject) { return E_NOTIMPL; }
128 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
150 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
154 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
158 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
PolicyDelegate.h 58 /* [in] */ IWebPolicyDecisionListener *listener){ return E_NOTIMPL; }
65 /* [in] */ IWebPolicyDecisionListener *listener){ return E_NOTIMPL; }
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
directx.h 49 #ifndef E_NOTIMPL
50 #define E_NOTIMPL (HRESULT)0x80004001L
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
directx.h 49 #ifndef E_NOTIMPL
50 #define E_NOTIMPL (HRESULT)0x80004001L
  /external/chromium/base/
scoped_variant_win_unittest.cc 38 return E_NOTIMPL;
42 return E_NOTIMPL;
46 return E_NOTIMPL;
50 return E_NOTIMPL;
55 return E_NOTIMPL;

Completed in 3715 milliseconds

1 2