/external/chromium_org/win8/metro_driver/ |
file_picker.cc | 33 HRESULT RuntimeClassInitialize(const std::vector<string16>& list) { 94 // If the HRESULT returned is a failure code the file picker has not started, 96 virtual HRESULT StartFilePicker() = 0; 117 virtual HRESULT StartFilePicker() OVERRIDE; 127 HRESULT SinglePickerDone(SingleFileAsyncOp* async, AsyncStatus status); 130 HRESULT MultiPickerDone(MultiFileAsyncOp* async, AsyncStatus status); 134 static HRESULT ComposeMultiFileResult(StorageFileVectorCollection* files, 145 virtual HRESULT StartFilePicker() OVERRIDE; 151 HRESULT FilePickerDone(SaveFileAsyncOp* async, AsyncStatus status); 178 HRESULT hr = ChromeAppView::Unsnap() [all...] |
metro_dialog_box.h | 39 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** object) { 55 virtual HRESULT STDMETHODCALLTYPE Invoke(winui::Popups::IUICommand* command);
|
print_handler.h | 31 HRESULT Initialize(winui::Core::ICoreWindow* window); 41 HRESULT OnPrintRequested( 45 HRESULT OnPrintTaskSourceRequest( 48 HRESULT OnCompleted(wingfx::Printing::IPrintTask* task, 55 HRESULT LogicalDpiChanged(IInspectable *sender);
|
/external/chromium_org/cloud_print/service/win/ |
cloud_print_service.cc | 106 HRESULT ReportError(HRESULT hr, int string_id) { 148 HRESULT InitializeSecurity() { 154 bool ParseCommandLine(LPCTSTR lpCmdLine, HRESULT* pnRetCode) { 174 HRESULT PreMessageLoop(int nShowCmd) { 175 HRESULT hr = Base::PreMessageLoop(nShowCmd); 182 HRESULT hr = StartConnector(); 193 HRESULT PostMessageLoop() { 200 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { 221 HRESULT hr = SelectWindowsAccount(&run_as_user, &run_as_password [all...] |
/external/chromium_org/chrome_frame/ |
urlmon_bind_status_callback.cc | 23 HRESULT CacheStream::BSCBFeedData(IBindStatusCallback* bscb, const char* data, 34 HRESULT hr = CComObject<CacheStream>::CreateInstance(&cache_stream); 55 HRESULT CacheStream::Initialize(const char* cache, size_t size, bool eof) { 59 HRESULT hr = S_OK; 85 HRESULT hr = eof_ ? S_FALSE : E_PENDING; 99 HRESULT SniffData::InitializeCache(const std::wstring& url) { 107 HRESULT hr = CreateStreamOnHGlobal(mem, TRUE, cache_.Receive()); 118 HRESULT SniffData::ReadIntoCache(IStream* stream, bool force_determination) { 124 HRESULT hr = S_OK; 146 HRESULT SniffData::DrainCache(IBindStatusCallback* bscb, DWORD bscf [all...] |
http_negotiate.h | 17 typedef HRESULT (STDMETHODCALLTYPE* IHttpNegotiate_BeginningTransaction_Fn)( 20 typedef HRESULT (STDMETHODCALLTYPE* IHttpNegotiate_OnResponse_Fn)( 25 typedef HRESULT (STDMETHODCALLTYPE* IBindStatusCallback_StartBinding_Fn)( 29 typedef HRESULT (STDMETHODCALLTYPE* IInternetProtocolSink_ReportProgress_Fn)( 61 static HRESULT PatchHttpNegotiate(IUnknown* to_patch);
|
chrome_tab.cc | 121 virtual HRESULT AddCommonRGSReplacements(IRegistrarBase* registrar) throw() { 122 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar); 256 HRESULT RefreshElevationPolicy() { 259 HRESULT hr = E_NOTIMPL; 269 typedef HRESULT (__stdcall *IERefreshPolicy)(); 313 HRESULT SetupRunOnce() { 314 HRESULT result = E_FAIL; 356 HRESULT SetupUserLevelHelper() { 357 HRESULT hr = S_OK; 424 HRESULT SetChromeFrameUA(bool is_system, const wchar_t* value) [all...] |
protocol_sink_wrap.cc | 80 HRESULT hr, 129 HRESULT hr = E_FAIL; 141 HRESULT hr = prot_data_->ReportProgress(delegate_, status_code, status_text); 151 HRESULT hr = prot_data_->ReportData(delegate_, flags, progress, max_progress); 155 STDMETHODIMP ProtocolSinkWrap::ReportResult(HRESULT result, DWORD error, 161 HRESULT hr = prot_data_->ReportResult(delegate_, result, error, result_text); 198 HRESULT hr = DoQueryService(GUID_NULL, sink, http_negotiate.Receive()); 299 HRESULT hr = info->QueryInfo(HTTP_QUERY_CUSTOM, buffer, &len, &flags, NULL); 362 HRESULT ProtData::Read(void* buffer, ULONG size, ULONG* size_read) { 375 HRESULT hr = S_OK [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 43 static HRESULT GalliumDXGISwapChainCreate(GalliumDXGIFactory* factory, IUnknown* device, const DXGI_SWAP_CHAIN_DESC& desc, IDXGISwapChain** out_swap_chain); 44 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* adapter, const struct native_platform* platform, void* dpy, IDXGIAdapter1** out_adapter); 45 static HRESULT GalliumDXGIOutputCreate(GalliumDXGIAdapter* adapter, const std::string& name, const struct native_connector* connector, IDXGIOutput** out_output); 58 virtual HRESULT STDMETHODCALLTYPE GetParent( 71 virtual HRESULT STDMETHODCALLTYPE BeginPresent( 99 virtual HRESULT STDMETHODCALLTYPE TestPresent(HWND hwnd) 104 virtual HRESULT STDMETHODCALLTYPE GetPresentSize( 125 virtual HRESULT STDMETHODCALLTYPE GetPresentSize( 158 virtual HRESULT STDMETHODCALLTYPE EnumAdapters( 165 virtual HRESULT STDMETHODCALLTYPE EnumAdapters1 [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 43 static HRESULT GalliumDXGISwapChainCreate(GalliumDXGIFactory* factory, IUnknown* device, const DXGI_SWAP_CHAIN_DESC& desc, IDXGISwapChain** out_swap_chain); 44 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* adapter, const struct native_platform* platform, void* dpy, IDXGIAdapter1** out_adapter); 45 static HRESULT GalliumDXGIOutputCreate(GalliumDXGIAdapter* adapter, const std::string& name, const struct native_connector* connector, IDXGIOutput** out_output); 58 virtual HRESULT STDMETHODCALLTYPE GetParent( 71 virtual HRESULT STDMETHODCALLTYPE BeginPresent( 99 virtual HRESULT STDMETHODCALLTYPE TestPresent(HWND hwnd) 104 virtual HRESULT STDMETHODCALLTYPE GetPresentSize( 125 virtual HRESULT STDMETHODCALLTYPE GetPresentSize( 158 virtual HRESULT STDMETHODCALLTYPE EnumAdapters( 165 virtual HRESULT STDMETHODCALLTYPE EnumAdapters1 [all...] |
/external/chromium_org/remoting/host/setup/ |
daemon_installer_win.h | 18 typedef base::Callback<void (HRESULT result)> CompletionCallback; 35 void Done(HRESULT result);
|
/external/chromium_org/remoting/host/win/ |
rdp_desktop_session.cc | 51 HRESULT result = event_handler_->OnRdpConnected(); 57 HRESULT result = event_handler_->OnRdpClosed();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 36 HRESULT WINAPI D3D10CreateDevice(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, 39 HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
|
d3d10_1.idl | 141 HRESULT CreateShaderResourceView1( 147 HRESULT CreateBlendState1( 159 HRESULT D3D10CreateDevice1( 169 typedef HRESULT (* PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1)( 181 HRESULT D3D10CreateDeviceAndSwapChain1(
|
/external/chromium_org/tools/measure_page_load_time/ie_bho/ |
MeasurePageLoadTime.cpp | 61 HRESULT hr = _AtlModule.DllRegisterServer(); 69 HRESULT hr = _AtlModule.DllUnregisterServer();
|
/external/chromium_org/ui/base/win/ |
foreground_helper.h | 32 static HRESULT SetForeground(HWND window); 35 HRESULT ForegroundHotKey(HWND window);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.h | 93 HRESULT SetCompressionMethod(CCompressionMethodMode &method,
100 HRESULT SetCompressionMethod(
|
/external/lzma/CPP/7zip/Common/ |
InBuffer.h | 13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {}
32 HRESULT ErrorCode;
|
LimitedStreams.cpp | 12 HRESULT result = S_OK;
40 HRESULT res = _stream->Read(data, size, &size);
90 HRESULT res = Stream->Read(data, size, &size);
118 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream)
132 HRESULT result = S_OK;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 36 HRESULT WINAPI D3D10CreateDevice(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, 39 HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
|
d3d10_1.idl | 141 HRESULT CreateShaderResourceView1( 147 HRESULT CreateBlendState1( 159 HRESULT D3D10CreateDevice1( 169 typedef HRESULT (* PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1)( 181 HRESULT D3D10CreateDeviceAndSwapChain1(
|
/external/chromium_org/chrome_frame/test/perf/ |
silverlight.cc | 114 HRESULT CreateWndAndHost(RECT* r) { 119 HRESULT hr = CAxHostWindow::_CreatorClass::CreateInstance(NULL, 131 HRESULT CreateControl() { 132 HRESULT hr = host_->CreateControl(L"AgControl.AgControl", m_hWnd, NULL); 166 HRESULT hr = host.QueryControl(disp.Receive());
|
/external/chromium_org/ui/base/dragdrop/ |
drop_target_win.h | 34 HRESULT __stdcall DragEnter(IDataObject* data_object, 38 HRESULT __stdcall DragOver(DWORD key_state, 41 HRESULT __stdcall DragLeave(); 42 HRESULT __stdcall Drop(IDataObject* data_object, 48 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
|
/external/lzma/CPP/7zip/Archive/Common/ |
ParseProperties.cpp | 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize)
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
115 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value)
150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
|
/external/chromium_org/win8/test/ |
ui_automation_client.cc | 61 HRESULT InstallWindowObserver(); 62 HRESULT RemoveWindowObserver(); 68 HRESULT InvokeDesiredItem( 70 HRESULT GetInvokableItems( 144 HRESULT UIAutomationClient::Context::EventHandler::HandleAutomationEvent( 176 HRESULT result = automation_->RemoveAllEventHandlers(); 198 HRESULT result = automation_.CreateInstance(CLSID_CUIAutomation, NULL, 214 HRESULT UIAutomationClient::Context::InstallWindowObserver() { 219 HRESULT result = S_OK; 268 HRESULT UIAutomationClient::Context::RemoveWindowObserver() [all...] |