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

1 2

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 41 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void**) { return E_NOTIMPL; };
53 /* [retval][out] */ IWebView**) { return E_NOTIMPL; }
56 /* [in] */ IWebView*) { return E_NOTIMPL; }
59 /* [in] */ IWebView*) { return E_NOTIMPL; }
62 /* [in] */ IWebView*) { return E_NOTIMPL; }
65 /* [in] */ IWebView*) { return E_NOTIMPL; }
69 /* [retval][out] */ OLE_HANDLE*) { return E_NOTIMPL; }
73 /* [in] */ OLE_HANDLE) { return E_NOTIMPL; }
77 /* [in] */ BSTR) { return E_NOTIMPL; }
81 /* [retval][out] */ BSTR*) { return E_NOTIMPL; }
    [all...]
WebGeolocationClient.cpp 100 if (hr != E_NOTIMPL)
  /external/webkit/Tools/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/Source/WebKit/win/
DOMEventsClasses.cpp 53 return E_NOTIMPL;
122 return E_NOTIMPL;
128 return E_NOTIMPL;
134 return E_NOTIMPL;
140 return E_NOTIMPL;
146 return E_NOTIMPL;
152 return E_NOTIMPL;
158 return E_NOTIMPL;
163 return E_NOTIMPL;
168 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 86 return E_NOTIMPL;
116 return E_NOTIMPL;
124 return E_NOTIMPL;
132 return E_NOTIMPL;
153 return E_NOTIMPL;
161 return E_NOTIMPL;
168 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 131 return E_NOTIMPL;
138 return E_NOTIMPL;
168 return E_NOTIMPL;
175 return E_NOTIMPL;
182 return E_NOTIMPL;
201 return E_NOTIMPL;
250 return E_NOTIMPL;
283 return E_NOTIMPL;
290 return E_NOTIMPL;
298 return E_NOTIMPL;
    [all...]
AccessibleBase.h 66 virtual HRESULT STDMETHODCALLTYPE put_accName(VARIANT, BSTR) { return E_NOTIMPL; }
67 virtual HRESULT STDMETHODCALLTYPE put_accValue(VARIANT, BSTR) { return E_NOTIMPL; }
72 return E_NOTIMPL;
79 return E_NOTIMPL;
84 return E_NOTIMPL;
86 virtual HRESULT STDMETHODCALLTYPE GetIDsOfNames(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { return E_NOTIMPL; }
87 virtual HRESULT STDMETHODCALLTYPE Invoke(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, EXCEPINFO*, UINT*) { return E_NOTIMPL; }
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;
WebMutableURLRequest.cpp 149 return E_NOTIMPL;
156 return E_NOTIMPL;
170 return E_NOTIMPL;
177 return E_NOTIMPL;
192 return E_NOTIMPL;
271 return E_NOTIMPL;
278 return E_NOTIMPL;
292 return E_NOTIMPL;
299 return E_NOTIMPL;
320 return E_NOTIMPL;
    [all...]
WebDataSource.cpp 92 return E_NOTIMPL;
99 return E_NOTIMPL;
172 return E_NOTIMPL;
267 return E_NOTIMPL;
274 return E_NOTIMPL;
281 return E_NOTIMPL;
313 return E_NOTIMPL;
WebSecurityOrigin.cpp 142 return E_NOTIMPL;
157 return E_NOTIMPL;
170 return E_NOTIMPL;
WebError.cpp 153 return E_NOTIMPL;
160 return E_NOTIMPL;
167 return E_NOTIMPL;
174 return E_NOTIMPL;
  /external/webkit/Tools/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; }
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; }
162 /* [in] */ IWebView *view) { 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...]
UIDelegate.cpp 285 return E_NOTIMPL;
295 return E_NOTIMPL;
306 return E_NOTIMPL;
316 return E_NOTIMPL;
324 return E_NOTIMPL;
334 return E_NOTIMPL;
341 return E_NOTIMPL;
348 return E_NOTIMPL;
356 return E_NOTIMPL;
362 return E_NOTIMPL;
    [all...]
FrameLoadDelegate.h 84 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
97 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
117 /* [in] */ JSObjectRef windowObject) { return E_NOTIMPL; }
132 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
154 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
158 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
162 /* [in] */ IWebFrame *frame) { return E_NOTIMPL; }
ResourceLoadDelegate.h 71 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; }
83 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; }
99 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; }
PolicyDelegate.h 58 /* [in] */ IWebPolicyDecisionListener *listener){ return E_NOTIMPL; }
65 /* [in] */ IWebPolicyDecisionListener *listener){ return E_NOTIMPL; }
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 137 return E_NOTIMPL;
140 return E_NOTIMPL;
169 return E_NOTIMPL;
172 return E_NOTIMPL;
176 return E_NOTIMPL;
181 return E_NOTIMPL;
184 return E_NOTIMPL;
189 return E_NOTIMPL;
194 return E_NOTIMPL;
197 return E_NOTIMPL;
    [all...]
  /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/win/
scoped_variant_unittest.cc 41 return E_NOTIMPL;
45 return E_NOTIMPL;
49 return E_NOTIMPL;
53 return E_NOTIMPL;
58 return E_NOTIMPL;

Completed in 953 milliseconds

1 2