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

<<11121314151617181920>>

  /external/chromium/chrome/common/
native_window_notification_source.h 24 gfx::NativeWindow operator->() const { return ptr(); }
  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.cc 24 bool GaiaAuthConsumer::ClientLoginResult::operator==(
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 191 bool operator==(const char* c_str) const {
197 bool operator!=(const char* c_str) const {
231 const String& operator=(const char* c_str);
234 const String& operator=(const String &rhs) {
244 inline ::std::ostream& operator <<(::std::ostream& os, const String& str) {
  /external/chromium_org/base/files/
scoped_platform_file_closer.cc 10 void PlatformFileCloser::operator()(PlatformFile* file) const {
  /external/chromium_org/base/mac/
scoped_authorizationref.h 40 bool operator==(AuthorizationRef that) const {
44 bool operator!=(AuthorizationRef that) const {
48 operator AuthorizationRef() const {
52 AuthorizationRef* operator&() {
scoped_block.h 42 ScopedBlock& operator=(const ScopedBlock<B>& that) {
57 bool operator==(B that) const {
61 bool operator!=(B that) const {
65 operator B() const {
scoped_cftyperef.h 54 ScopedCFTypeRef& operator=(const ScopedCFTypeRef<CFT>& that) {
69 bool operator==(CFT that) const {
73 bool operator!=(CFT that) const {
77 operator CFT() const {
  /external/chromium_org/base/memory/
manual_constructor.h 35 static void* operator new[](size_t size) {
42 static void operator delete[](void* mem) {
53 inline Type* operator->() { return get(); }
54 inline const Type* operator->() const { return get(); }
56 inline Type& operator*() { return *get(); }
57 inline const Type& operator*() const { return *get(); }
  /external/chromium_org/chrome/browser/notifications/
notification.cc 132 Notification& Notification::operator=(const Notification& notification) {
133 message_center::Notification::operator=(notification);
  /external/chromium_org/chrome/browser/storage_monitor/
udev_util_linux.cc 9 void UdevDeleter::operator()(struct udev* udev) {
13 void UdevDeviceDeleter::operator()(struct udev_device* device) {
  /external/chromium_org/chrome/common/importer/
imported_bookmark_entry.cc 13 bool ImportedBookmarkEntry::operator==(
  /external/chromium_org/chrome/common/media_galleries/
itunes_library.cc 19 bool Track::operator<(const Track& other) const {
  /external/chromium_org/components/navigation_interception/
navigation_params.cc 28 void NavigationParams::operator=(const NavigationParams& rhs) {
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.cc 33 void EnergyEndpointerParams::operator=(const EnergyEndpointerParams& source) {
  /external/chromium_org/content/common/input/
scoped_web_input_event.cc 22 void WebInputEventDeleter::operator()(WebInputEvent* web_event) const {
  /external/chromium_org/content/public/common/
signed_certificate_timestamp_id_and_status.cc 13 bool SignedCertificateTimestampIDAndStatus::operator==(
  /external/chromium_org/net/http/
http_pipelined_host.cc 13 bool HttpPipelinedHost::Key::operator<(const Key& rhs) const {
  /external/chromium_org/remoting/codec/
scoped_vpx_codec.cc 15 void VpxCodecDeleter::operator()(vpx_codec_ctx_t* codec) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.cpp 51 bool CSSParserContext::operator==(const CSSParserContext& other) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CounterDirectives.cpp 28 bool operator==(const CounterDirectives& a, const CounterDirectives& b)
DataRef.h 35 const T& operator*() const { return *get(); }
36 const T* operator->() const { return get(); }
51 bool operator==(const DataRef<T>& o) const
58 bool operator!=(const DataRef<T>& o) const
ShadowData.cpp 29 bool ShadowData::operator==(const ShadowData& o) const
StyleBackgroundData.cpp 44 bool StyleBackgroundData::operator==(const StyleBackgroundData& o) const
StyleDeprecatedFlexibleBoxData.cpp 52 bool StyleDeprecatedFlexibleBoxData::operator==(const StyleDeprecatedFlexibleBoxData& o) const
StyleFilterData.cpp 42 bool StyleFilterData::operator==(const StyleFilterData& o) const

Completed in 3218 milliseconds

<<11121314151617181920>>