HomeSort by relevance Sort by last modified time
    Searched refs:target_ (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 25 target_.reset(new DirectoryAddRequest(profile_.GetRequestContext()));
35 target_->done_callback_.reset(
41 target_->OnURLFetchComplete(NULL, url, status_ok, response_code,
46 scoped_ptr<DirectoryAddRequest> target_; member in class:remoting::DirectoryAddRequestTest
  /external/chromium/base/files/
file_path_watcher_win.cc 61 FilePath target_; member in class:base::files::__anon3616::FilePathWatcherImpl
82 DCHECK(target_.value().empty()); // Can only watch one path.
86 target_ = path;
135 delegate_->OnFilePathError(target_);
139 // Check whether the event applies to |target_| and notify the delegate.
141 bool file_exists = file_util::GetFileInfo(target_, &file_info);
146 delegate_->OnFilePathChanged(target_);
167 delegate_->OnFilePathChanged(target_);
170 delegate_->OnFilePathChanged(target_);
222 if (file_util::GetFileInfo(target_, &file_info))
    [all...]
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::__anon3613::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::__anon3614::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/bookmarks/
bookmark_tree_browser_cell.h 22 id target_; // weak variable
  /external/chromium/net/http/
http_auth_handler.cc 15 target_(HttpAuth::AUTH_NONE),
32 target_ = target;
77 net_log_.BeginEvent(EventTypeFromAuthTarget(target_), NULL);
102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL);
http_auth_handler.h 100 return target_;
178 HttpAuth::Target target_; member in class:net::HttpAuthHandler
http_auth_controller.cc 157 : target_(target),
226 CreatePreemptiveAuthHandlerFromString(entry->auth_challenge(), target_,
250 HttpAuth::GetAuthorizationHeaderName(target_), auth_token_);
263 VLOG(1) << "The " << HttpAuth::GetAuthTargetString(target_) << " "
274 handler_.get(), headers, target_, disabled_schemes_, &challenge_used);
317 bool can_send_auth = (target_ != HttpAuth::AUTH_SERVER ||
322 headers, target_, auth_origin_,
332 << HttpAuth::GetAuthTargetString(target_) << " "
339 DCHECK(target_ == HttpAuth::AUTH_PROXY);
447 if (target_ == HttpAuth::AUTH_SERVER && auth_url_.has_username() &
    [all...]
http_auth_controller.h 50 // as specified by |target_|.
118 HttpAuth::Target target_; member in class:net::HttpAuthController
http_auth_handler_ntlm_win.cc 38 if (target_ == HttpAuth::AUTH_PROXY)
http_auth_handler_negotiate.cc 171 if (target_ == HttpAuth::AUTH_PROXY)
325 if (target_ == HttpAuth::AUTH_PROXY)
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 147 : target_(target) {
154 int old_size = target_->size();
157 if (old_size < target_->capacity()) {
160 STLStringResizeUninitialized(target_, target_->capacity());
165 target_,
170 *data = string_as_array(target_) + old_size;
171 *size = target_->size() - old_size;
177 GOOGLE_CHECK_LE(count, target_->size());
178 target_->resize(target_->size() - count)
    [all...]
zero_copy_stream_impl_lite.h 146 string* target_; member in class:google::protobuf::io::StringOutputStream
  /external/v8/src/
data-flow.cc 58 val = target_->data_[current_index_];
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/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:__anon4626::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/sdch/open-vcdiff/src/
vcdiffengine_test.cc 331 MakeEachLetterABlock(target_without_spaces_, &target_, kBlockSize, false);
336 delete[] target_;
362 EncodeText(target_, interleaved, target_matching);
367 VerifyHeaderForDictionaryAndTargetText(dictionary_, target_);
374 static const char* target_; member in class:open_vcdiff::__anon5228::VCDiffEngineTest
390 const char* VCDiffEngineTest::target_ = NULL; member in class:open_vcdiff::__anon5228::VCDiffEngineTest
617 &target_,
632 delete[] target_;
651 EncodeText(target_, interleaved, target_matching);
656 VerifyHeaderForDictionaryAndTargetText(dictionary_, target_);
772 static const char* target_; member in class:open_vcdiff::__anon5228::WeaselsToMoonpiesTest
834 const char* WeaselsToMoonpiesTest::target_ = NULL; member in class:open_vcdiff::__anon5228::WeaselsToMoonpiesTest
    [all...]
  /external/open-vcdiff/src/
vcdiffengine_test.cc 310 MakeEachLetterABlock(target_without_spaces_, &target_, kBlockSize, false);
315 delete[] target_;
339 EncodeText(target_, interleaved, target_matching);
344 VerifyHeaderForDictionaryAndTargetText(dictionary_, target_);
351 static const char* target_; member in class:open_vcdiff::__anon12346::VCDiffEngineTest
367 const char* VCDiffEngineTest::target_ = NULL; member in class:open_vcdiff::__anon12346::VCDiffEngineTest
594 &target_,
609 delete[] target_;
627 EncodeText(target_, interleaved, target_matching);
632 VerifyHeaderForDictionaryAndTargetText(dictionary_, target_);
748 static const char* target_; member in class:open_vcdiff::__anon12346::WeaselsToMoonpiesTest
810 const char* WeaselsToMoonpiesTest::target_ = NULL; member in class:open_vcdiff::__anon12346::WeaselsToMoonpiesTest
    [all...]
  /external/chromium/net/base/
dnssec_chain_verifier.cc 172 // The number of consecutive labels which |name| shares with |target_|,
182 target_(target),
585 current_zone_->matching_labels = MatchingLabels(target_, zone);
671 if (MatchingLabels(target_, *next_name) <= current_zone_->matching_labels)
674 // If this is the final entry in the chain then the name must match target_
675 if (next_name->size() != target_.size() ||
676 memcmp(next_name->data(), target_.data(), target_.size())) {
685 if (next_name->size() != target_.size() ||
686 memcmp(next_name->data(), target_.data(), target_.size()))
    [all...]
dnssec_chain_verifier.h 95 std::string target_; member in class:net::DNSSECChainVerifier
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 114 target_(target) {
123 target_->SetFaviconHidingOffset(
126 target_->DisplayCrashedFavicon();
127 target_->SetFaviconHidingOffset(
135 target_->SetFaviconHidingOffset(0);
139 BaseTab* target_; member in class:BaseTab::FaviconCrashAnimation
  /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/base/
timer_unittest.cc 210 target_(target) {
214 ASSERT_FALSE(target_->signaled());
220 DelayTimerTarget *const target_; member in struct:__anon3755::ResetHelper
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 217 target_(target) {
226 target_->SetFaviconHidingOffset(
229 target_->DisplayCrashedFavicon();
230 target_->SetFaviconHidingOffset(
238 target_->SetFaviconHidingOffset(0);
242 TabRendererGtk* target_; member in class:TabRendererGtk::FaviconCrashAnimation
    [all...]

Completed in 523 milliseconds

1 2