Home
last modified time | relevance | path

Searched refs:SetTitle (Results 1 – 7 of 7) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DFullScreenTask.java265 private class SetTitle implements Runnable { class in FullScreenTask
269 SetTitle(String title) { in SetTitle() method in FullScreenTask.SetTitle
321 SetTitle p = new SetTitle(title); in setTitle()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs47 Button.SetTitle(title, UIControlState.Normal); in ViewDidLoad()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h53 void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) override;
Dcpdfxfa_docenvironment.cpp395 void CPDFXFA_DocEnvironment::SetTitle(CXFA_FFDoc* hDoc, in SetTitle() function in CPDFXFA_DocEnvironment
/external/pdfium/xfa/fxfa/
Dfxfa.h238 virtual void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) = 0;
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp175 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString()); in title()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py893 self.SetTitle(JetDefs.MAIN_TITLEPREFIX + FileJustName(fileName))