HomeSort by relevance Sort by last modified time
    Searched refs:explicit (Results 51 - 75 of 3182) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
RenderWordBreak.h 38 explicit RenderWordBreak(HTMLElement*);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGTSpan.h 31 explicit RenderSVGTSpan(Node*);
  /external/webkit/Tools/DumpRenderTree/chromium/
PlainTextController.h 42 explicit PlainTextController();
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 16 boolean explicit = true; field in class:ASN1TaggedObject
21 boolean explicit)
23 if (explicit)
43 * Create a tagged object in the explicit style.
52 this.explicit = true;
58 * Create a tagged object with the style given by the value of explicit.
61 * to explicit in accordance with the ASN.1 encoding rules.
63 * @param explicit true if the object is explicitly tagged.
68 boolean explicit,
74 this.explicit = true
    [all...]
  /external/chromium/base/memory/
scoped_native_library.h 25 explicit ScopedNativeLibrary(NativeLibrary library);
28 explicit ScopedNativeLibrary(const FilePath& library_path);
  /external/chromium/chrome/common/
native_window_notification_source.h 19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {}
21 explicit Source(const NotificationSource& other)
  /external/compiler-rt/lib/asan/
asan_lock.h 28 explicit AsanLock(LinkerInitialized);
39 explicit ScopedLock(AsanLock *mu) : mu_(mu) {
  /external/webkit/Source/JavaScriptCore/assembler/
CodeLocation.h 78 explicit CodeLocationInstruction(MacroAssemblerCodePtr location)
80 explicit CodeLocationInstruction(void* location)
87 explicit CodeLocationLabel(MacroAssemblerCodePtr location)
89 explicit CodeLocationLabel(void* location)
96 explicit CodeLocationJump(MacroAssemblerCodePtr location)
98 explicit CodeLocationJump(void* location)
105 explicit CodeLocationCall(MacroAssemblerCodePtr location)
107 explicit CodeLocationCall(void* location)
114 explicit CodeLocationNearCall(MacroAssemblerCodePtr location)
116 explicit CodeLocationNearCall(void* location
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.h 27 explicit ClangAttrClassEmitter(RecordKeeper &R)
40 explicit ClangAttrImplEmitter(RecordKeeper &R)
53 explicit ClangAttrListEmitter(RecordKeeper &R)
66 explicit ClangAttrPCHReadEmitter(RecordKeeper &R)
79 explicit ClangAttrPCHWriteEmitter(RecordKeeper &R)
92 explicit ClangAttrSpellingListEmitter(RecordKeeper &R)
105 explicit ClangAttrLateParsedListEmitter(RecordKeeper &R)
118 explicit ClangAttrTemplateInstantiateEmitter(RecordKeeper &R)
131 explicit ClangAttrParsedAttrListEmitter(RecordKeeper &R)
144 explicit ClangAttrParsedAttrKindsEmitter(RecordKeeper &R
    [all...]
ClangDiagnosticsEmitter.h 28 explicit ClangDiagsDefsEmitter(RecordKeeper &R, const std::string& component)
38 explicit ClangDiagGroupsEmitter(RecordKeeper &R) : Records(R) {}
46 explicit ClangDiagsIndexNameEmitter(RecordKeeper &R) : Records(R) {}
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 7 explicit operator X() const;
21 explicit operator int() const;
22 explicit operator C() const;
  /external/skia/include/pdf/
SkPDFStream.h 32 explicit SkPDFStream(SkData* data);
34 explicit SkPDFStream(SkStream* stream);
38 explicit SkPDFStream(const SkPDFStream& pdfStream);
  /external/chromium/chrome/browser/automation/
automation_autocomplete_edit_tracker.h 15 explicit AutomationAutocompleteEditTracker(IPC::Message::Sender* automation);
automation_browser_tracker.h 16 explicit AutomationBrowserTracker(IPC::Message::Sender* automation);
  /external/chromium/chrome/browser/
browser_main_gtk.h 16 explicit BrowserMainPartsGtk(const MainFunctionParams& parameters)
browser_process_sub_thread.h 25 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
crash_upload_list_win.h 16 explicit CrashUploadListWin(Delegate* delegate);
mock_browsing_data_appcache_helper.h 15 explicit MockBrowsingDataAppCacheHelper(Profile* profile);
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 22 explicit DOMBrowser(Profile* profile);
  /external/chromium/chrome/browser/chromeos/login/
mock_update_screen.h 15 explicit MockUpdateScreen(WizardScreenDelegate* d)
  /external/chromium/chrome/browser/chromeos/
update_observer.h 23 explicit UpdateObserver(Profile* profile);
  /external/chromium/chrome/browser/download/
mock_download_manager.h 16 explicit MockDownloadManager(DownloadStatusUpdater* updater)
  /external/chromium/chrome/browser/first_run/
first_run_browser_process.h 18 explicit FirstRunBrowserProcess(const CommandLine& command_line);
  /external/chromium/chrome/browser/net/
url_request_mock_link_doctor_job.h 15 explicit URLRequestMockLinkDoctorJob(net::URLRequest* request);
  /external/chromium/chrome/browser/password_manager/
encryptor_password_mac.h 17 explicit EncryptorPassword(const MacKeychain& keychain)

Completed in 651 milliseconds

1 23 4 5 6 7 8 91011>>