HomeSort by relevance Sort by last modified time
    Searched defs:SetDefault (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/dns/
host_resolver_proc.cc 111 HostResolverProc* HostResolverProc::SetDefault(HostResolverProc* proc) {
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc 271 SetDefault(default_provider);
275 void SearchProviderInstallData::SetDefault(const TemplateURL* template_url) {
300 SetDefault(NULL);
317 SetDefault(NULL);
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 80 web_ui()->RegisterMessageCallback("setDefault",
81 base::Bind(&HandlerOptionsHandler::SetDefault,
189 void HandlerOptionsHandler::SetDefault(const base::ListValue* args) {
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 83 void SetDefault()
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 85 void SetDefault(const ProtocolHandler& handler);
129 void ProtocolHandlerRegistry::IOThreadDelegate::SetDefault(
340 SetDefault(handler);
618 // NOTE We pass a copy because SetDefault() modifies handlers.
619 SetDefault(ProtocolHandler(handlers[0]));
761 void ProtocolHandlerRegistry::SetDefault(const ProtocolHandler& handler) {
775 base::Bind(&IOThreadDelegate::SetDefault, io_thread_delegate_, handler));
886 SetDefault(handler);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 462 impossible to pass None default value back to SWIG. See FlagValues.SetDefault
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 462 impossible to pass None default value back to SWIG. See FlagValues.SetDefault
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 577 /// SetDefault - Sets FromDefault and ToDefault flags of the current node.
578 void SetDefault(bool FromDefault, bool ToDefault) {
890 Tree.SetDefault(FromIter.isEnd() && !FromType.isNull(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 131 virtual HRESULT STDMETHODCALLTYPE SetDefault(
207 HRESULT (STDMETHODCALLTYPE *SetDefault)(
256 #define IDirectDrawVideo_SetDefault(This) (This)->lpVtbl->SetDefault(This)
303 return This->lpVtbl->SetDefault(This);
694 virtual HRESULT STDMETHODCALLTYPE SetDefault(
782 HRESULT (STDMETHODCALLTYPE *SetDefault)(
814 #define IFullScreenVideo_SetDefault(This) (This)->lpVtbl->SetDefault(This)
876 return This->lpVtbl->SetDefault(This);
    [all...]

Completed in 207 milliseconds