OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetService
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sessions/
session_service_test_helper.h
73
void
SetService
(SessionService* service);
session_service_test_helper.cc
108
void SessionServiceTestHelper::
SetService
(SessionService* service) {
session_service_unittest.cc
60
helper_.
SetService
(session_service);
78
helper_.
SetService
(NULL);
97
helper_.
SetService
(NULL);
100
helper_.
SetService
(session_service);
843
helper_.
SetService
(NULL);
848
helper_.
SetService
(session_service);
[
all
...]
better_session_restore_browsertest.cc
323
helper.
SetService
(
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nspapi.h
343
#define
SetService
__MINGW_NAME_AW(
SetService
)
msimcntl.h
163
virtual HRESULT WINAPI
SetService
(IDispatch *pService,IDispatch *pApp = 0) = 0;
185
HRESULT (WINAPI *
SetService
)(_IUseIMBase *This,IDispatch *pService,IDispatch *pApp);
209
#define _IUseIMBase_SetService(This,pService,pApp) (This)->lpVtbl->
SetService
(This,pService,pApp)
301
HRESULT (WINAPI *
SetService
)(IMSIMContactView *This,IDispatch *pService,IDispatch *pApp);
363
#define IMSIMContactView_SetService(This,pService,pApp) (This)->lpVtbl->
SetService
(This,pService,pApp)
[
all
...]
Completed in 701 milliseconds