HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 1151 - 1175 of 6351) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.h 68 GtkWidget* operator->() const { return widget_; }
  /external/chromium/crypto/
scoped_capi_types.h 22 void operator()(CAPIHandle handle) const {
36 void operator()(CAPIHandle handle) const {
64 operator CAPIHandle() const { return handle_; }
72 bool operator==(CAPIHandle handle) const {
76 bool operator!=(CAPIHandle handle) const {
103 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
108 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
  /external/chromium/net/base/
ssl_info.cc 31 SSLInfo& SSLInfo::operator=(const SSLInfo& info) {
  /external/chromium_org/base/containers/
small_map.h 46 // than std::map (at least 160 bytes for operator[]) which is bad if you
53 // std::map (and in MSVC additionally hash_map) only a "less" operator is
59 // operator< for your map and supply yor own version of == to the SmallMap.
60 // You can use regular operator== by just doing:
98 // on any call to erase(), insert() and operator[].
105 void operator()(ManualConstructor<NormalMap>* map) const {
137 bool operator()(const typename M::key_type& left,
146 // Provide overrides to use operator== for key compare for the "normal" map and
155 bool operator()(const KeyType& left, const KeyType& right) {
163 bool operator()(const KeyType& left, const KeyType& right)
    [all...]
  /external/chromium_org/base/memory/
aligned_memory.h 70 void* operator new(size_t); \
71 void operator delete(void*); \
107 inline void operator()(void* ptr) const {
  /external/chromium_org/base/
pending_task.cc 40 bool PendingTask::operator<(const PendingTask& other) const {
  /external/chromium_org/base/win/
scoped_bstr.h 79 operator BSTR() const {
89 bool operator==(const ScopedBstr& bstr2) const;
90 bool operator!=(const ScopedBstr& bstr2) const;
  /external/chromium_org/chrome/browser/install_verification/win/
module_info.h 25 bool operator< (const ModuleInfo& compare) const {
  /external/chromium_org/chrome/browser/profiles/
storage_partition_descriptor.h 25 // Functor for operator <.
27 bool operator()(const StoragePartitionDescriptor& lhs,
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range.h 32 bool operator==(const ChunkRange& rhs) const {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.h 69 GtkWidget* operator->() const { return widget_; }
  /external/chromium_org/chrome/browser/ui/views/
accelerator_table_unittest.cc 21 bool operator()(const AcceleratorMapping& lhs,
  /external/chromium_org/chrome/common/media_galleries/
iphoto_library.cc 22 bool Photo::operator<(const Photo& other) const {
  /external/chromium_org/components/autofill/core/browser/
autofill-inl.h 17 bool operator()(const T* form_group) {
21 bool operator()(const T& form_group) {
  /external/chromium_org/components/policy/core/common/cloud/
cloud_external_data_manager.cc 21 bool CloudExternalDataManager::MetadataEntry::operator!=(
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_android.cc 61 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=(
63 WebKeyboardEvent::operator=(other);
native_web_keyboard_event_aura.cc 85 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=(
87 WebKeyboardEvent::operator=(other);
native_web_keyboard_event_gtk.cc 58 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=(
60 WebKeyboardEvent::operator=(other);
  /external/chromium_org/content/browser/worker_host/
worker_storage_partition.cc 40 const WorkerStoragePartition& WorkerStoragePartition::operator=(
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_path.cc 35 bool IndexedDBKeyPath::operator==(const IndexedDBKeyPath& other) const {
  /external/chromium_org/crypto/
scoped_capi_types.h 21 void operator()(CAPIHandle handle) const {
35 void operator()(CAPIHandle handle) const {
64 operator CAPIHandle() const { return handle_; }
72 bool operator==(CAPIHandle handle) const {
76 bool operator!=(CAPIHandle handle) const {
99 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
104 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
  /external/chromium_org/extensions/browser/
pending_extension_info.cc 38 bool PendingExtensionInfo::operator==(const PendingExtensionInfo& rhs) const {
  /external/chromium_org/extensions/common/
install_warning.h 24 bool operator==(const InstallWarning& other) const {
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.cc 24 bool GaiaAuthConsumer::ClientLoginResult::operator==(
46 bool GaiaAuthConsumer::ClientOAuthResult::operator==(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
error.h 13 operator int() const { return error; }

Completed in 1693 milliseconds

<<41424344454647484950>>