Searched refs:Yes (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoaderTypes.h114 Yes, member in class:WebCore::LockHistory
119 Yes, member in class:WebCore::LockBackForwardList
124 Yes, member in class:WebCore::AllowNavigationToInvalidURL
H A DNavigationScheduler.h72 void scheduleLocationChange(SecurityOrigin*, const URL&, const String& referrer, LockHistory = LockHistory::Yes, LockBackForwardList = LockBackForwardList::Yes);
H A DSubframeLoader.h62 bool requestFrame(HTMLFrameOwnerElement&, const String& url, const AtomicString& frameName, LockHistory = LockHistory::Yes, LockBackForwardList = LockBackForwardList::Yes);
H A DNavigationScheduler.cpp187 : ScheduledURLNavigation(0.0, securityOrigin, url, referrer, LockHistory::Yes, LockBackForwardList::Yes, false, true)
249 frame.loader().loadFrameRequest(frameRequest, lockHistory(), lockBackForwardList(), m_submission->event(), m_submission->state(), MaybeSendReferrer, AllowNavigationToInvalidURL::Yes);
334 LockBackForwardList lockBackForwardList = delay <= 1 ? LockBackForwardList::Yes : LockBackForwardList::No;
335 schedule(std::make_unique<ScheduledRedirect>(delay, m_frame.document()->securityOrigin(), url, LockHistory::Yes, lockBackForwardList));
344 return LockBackForwardList::Yes;
352 return LockBackForwardList::Yes;
399 lockBackForwardList = LockBackForwardList::Yes;
H A DFrameLoader.h120 void changeLocation(SecurityOrigin*, const URL&, const String& referrer, LockHistory = LockHistory::Yes,
121 LockBackForwardList = LockBackForwardList::Yes, bool refresh = false, AllowNavigationToInvalidURL = AllowNavigationToInvalidURL::Yes);
H A DSubframeLoader.cpp228 return loadOrRedirectSubframe(ownerElement, completedURL, frameName, LockHistory::Yes, LockBackForwardList::Yes);
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_boolean.rb8 %w{ yes Yes YES true True TRUE on On ON }.each do |truth|
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameElementBase.h68 void openURL(LockHistory = LockHistory::Yes, LockBackForwardList = LockBackForwardList::Yes);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLibCallSemantics.h43 /// location for the specified call site. This returns "Yes" if we can tell
48 Yes, No, Unknown enumerator in enum:llvm::LibCallLocationInfo::LocResult
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DClassInfo.h112 typedef char Yes[2]; \
117 static Yes &func(...); \
118 enum { has = sizeof(func<Derived>(0)) == sizeof(Yes) }; \
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtzselect.ksh281 select ok in Yes No
284 '') echo >&2 'Please enter 1 for Yes, or 2 for No.';;
290 Yes) break
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeolocation.h71 bool isAllowed() const { return m_allowGeolocation == Yes; }
180 Yes, enumerator in enum:WebCore::Geolocation::__anon5573
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLibCallAliasAnalysis.cpp70 if (Res != LibCallLocationInfo::Yes) continue;
/macosx-10.10/CPANInternal-159.1/UNIVERSAL-moniker-0.08/
H A Dmoniker.pm59 (Yes, 3 authors for such a small module!)
/macosx-10.10/tcl-105/tk/tk/library/
H A Dmsgbox.tcl202 set labels [list &Yes &No]
207 set labels [list &Yes &No &Cancel]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dmsgbox.tcl197 set labels [list &Yes &No]
201 set labels [list &Yes &No &Cancel]
/macosx-10.10/vim-55/runtime/syntax/
H A Dyaml.vim53 syn keyword yamlConstant yes Yes on ON no No off OFF
H A Dpovini.vim26 syn keyword poviniBool On Off True False Yes No
/macosx-10.10/vim-55/runtime/autoload/
H A Dspellfile.vim49 if confirm("Shall I create " . dir_to_create, "&Yes\n&No", 2) == 1
62 if confirm(msg, "&Yes\n&No", 2) == 1
129 if confirm(msg, "&No\n&Yes") == 2
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmainwindow.itk301 msgd buttonconfigure OK -text Yes
/macosx-10.10/cups-408/cups/test/
H A Drun-stp-tests.sh463 StrictConformance Yes
474 PreserveJobHistory Yes
520 Accepting Yes
538 Accepting Yes
/macosx-10.10/BerkeleyDB-21/db/dist/winmsi/
H A Dwinbuild.bat54 echo When prompted during the conversion, say: Yes-to-All.
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dspec.vim95 let option = confirm("Increase release? ","&Yes\n&No",1)
/macosx-10.10/vim-55/runtime/macros/
H A Deditexisting.vim44 " Yes, bring it to the foreground.
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dmailwasher.rb90 %w(Any None Yes Normal PossSpam ProbSpam Blacklist).each{|name|

Completed in 206 milliseconds

12