HomeSort by relevance Sort by last modified time
    Searched defs:target_ (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium/chrome/browser/ui/tabs/
dock_info_gtk.cc 73 if (window == target_) {
101 target_(window),
108 XID target_; member in class:TopMostFinder
113 // Is target_ the top most window? This is initially false but set to true
114 // in ShouldStopIterating if target_ is passed in.
dock_info_win.cc 63 if (hwnd == target_) {
116 target_(window),
124 HWND target_; member in class:__anon2378::TopMostFinder
129 // Is target_ the top most window? This is initially false but set to true
130 // in ShouldStopIterating if target_ is passed in.
  /external/chromium/net/base/
dnssec_chain_verifier.h 95 std::string target_; member in class:net::DNSSECChainVerifier
  /external/chromium/net/http/
http_auth_controller.h 50 // as specified by |target_|.
118 HttpAuth::Target target_; member in class:net::HttpAuthController
http_auth_handler.h 100 return target_;
178 HttpAuth::Target target_; member in class:net::HttpAuthHandler
  /external/chromium_org/ash/wm/gestures/
system_pinch_handler.h 62 aura::Window* target_; member in class:ash::internal::SystemPinchHandler
  /external/chromium_org/base/files/
file_path_watcher_win.cc 66 FilePath target_; member in class:base::__anon3462::FilePathWatcherImpl
91 DCHECK(target_.value().empty()); // Can only watch one path.
95 target_ = path;
146 callback_.Run(target_, true /* error */);
150 // Check whether the event applies to |target_| and notify the callback.
152 bool file_exists = GetFileInfo(target_, &file_info);
157 callback_.Run(target_, false);
177 callback_.Run(target_, false);
180 callback_.Run(target_, false);
233 if (GetFileInfo(target_, &file_info))
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dock_info_gtk.cc 74 if (window == target_) {
96 target_(window),
103 XID target_; member in class:TopMostFinder
108 // Is target_ the top most window? This is initially false but set to true
109 // in ShouldStopIterating if target_ is passed in.
  /external/chromium_org/net/http/
http_auth_controller.h 51 // as specified by |target_|.
120 HttpAuth::Target target_; member in class:net::HttpAuthController
http_auth_handler.h 100 return target_;
182 HttpAuth::Target target_; member in class:net::HttpAuthHandler
  /external/chromium_org/sync/notifier/
p2p_invalidator.h 84 P2PNotificationTarget target_; member in class:syncer::P2PNotificationData
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /external/chromium/base/
timer_unittest.cc 210 target_(target) {
214 ASSERT_FALSE(target_->signaled());
220 DelayTimerTarget *const target_; member in struct:__anon1507::ResetHelper
  /external/chromium_org/gpu/command_buffer/service/
query_manager.h 37 return target_;
131 GLenum target_; member in class:gpu::gles2::QueryManager::Query
texture_definition.h 113 GLenum target_; member in class:gpu::gles2::TextureDefinition
  /external/chromium_org/net/dns/
record_rdata.h 59 const std::string& target() const { return target_; }
68 std::string target_; member in class:net::SrvRecordRdata
  /external/chromium_org/remoting/base/
compound_buffer_unittest.cc 38 target_.Append(data_.get(), data_->data() + pos, size);
42 target_.AppendCopyOf(data_->data() + pos, size);
46 target_.Prepend(data_.get(), data_->data() + kDataSize - pos - size, size);
50 target_.PrependCopyOf(data_->data() + (kDataSize - pos - size), size);
55 copy.CopyFrom(target_, pos, pos + size);
61 cropped.CopyFrom(target_, 0, target_.total_bytes());
64 target_.total_bytes() - pos));
69 cropped.CopyFrom(target_, 0, target_.total_bytes())
176 CompoundBuffer target_; member in class:remoting::CompoundBufferTest
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
env.h 276 explicit EnvWrapper(Env* t) : target_(t) { }
280 Env* target() const { return target_; }
284 return target_->NewSequentialFile(f, r);
287 return target_->NewRandomAccessFile(f, r);
290 return target_->NewWritableFile(f, r);
292 bool FileExists(const std::string& f) { return target_->FileExists(f); }
294 return target_->GetChildren(dir, r);
296 Status DeleteFile(const std::string& f) { return target_->DeleteFile(f); }
297 Status CreateDir(const std::string& d) { return target_->CreateDir(d); }
298 Status DeleteDir(const std::string& d) { return target_->DeleteDir(d);
328 Env* target_; member in class:leveldb::EnvWrapper
    [all...]
  /external/v8/src/
data-flow.h 47 : target_(target),
56 bool Done() const { return current_index_ >= target_->data_length_; }
80 BitVector* target_; member in class:v8::internal::BitVector::BASE_EMBEDDED
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 123 : target_(target),
130 *result_ = watcher_->Watch(target_, delegate_);
135 const FilePath target_; member in class:base::files::__anon1364::SetupWatchTask
file_path_watcher_linux.cc 120 // Inotify watches are installed for all directory components of |target_|. A
133 // Reconfigure to watch for the most specific parent directory of |target_|
141 FilePath target_; member in class:base::files::__anon1365::FilePathWatcherImpl
145 // |target_| and always stores an empty next component name in |subdir_|.
340 // Check whether a path component of |target_| changed.
343 // Check whether the change references |target_| or a direct child.
348 // Update watches if a directory component of the |target_| path (dis)appears.
350 delegate_->OnFilePathError(target_);
363 (change_on_target_path && file_util::PathExists(target_))) {
364 delegate_->OnFilePathChanged(target_);
    [all...]
file_path_watcher_mac.cc 79 // |event|. Sets |target_file_affected| to true if |target_| is affected.
86 // |event|. Sets |target_file_affected| to true if |target_| is affected.
93 // |event|. Sets |target_file_affected| to true if |target_| is affected.
100 // Sets |target_file_affected| to true if |target_| is affected.
132 FilePath target_; member in class:base::files::__anon1366::FilePathWatcherImpl
354 delegate_->OnFilePathError(target_);
401 delegate_->OnFilePathError(target_);
407 delegate_->OnFilePathChanged(target_);
422 DCHECK(target_.value().empty()); // Can only watch one path.
427 target_ = path
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 56 id<TabControllerTarget> target_; // weak, where actions are sent variable
88 // Closes the associated TabView by relaying the message to |target_| to
  /external/chromium_org/ash/
extended_desktop_unittest.cc 67 : target_(target) {}
76 root_windows[1]->AddChild(target_);
80 aura::Window* target_; member in class:ash::__anon3205::MoveWindowByClickEventHandler
    [all...]

Completed in 617 milliseconds

12 3 4