Searched refs:target_ (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium/chrome/browser/remoting/
H A Ddirectory_add_request_unittest.cc25 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/
H A Dfile_path_watcher_win.cc61 FilePath target_; member in class:base::files::__anon1511::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_,
[all...]
H A Dfile_path_watcher_linux.cc120 // 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::__anon1508::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...]
H A Dfile_path_watcher_mac.cc79 // |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::__anon1509::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_
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler.cc15 target_(HttpAuth::AUTH_NONE),
32 target_ = target;
77 net_log_.BeginEvent(EventTypeFromAuthTarget(target_), NULL);
102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL);
H A Dhttp_auth_handler.h100 return target_;
178 HttpAuth::Target target_; member in class:net::HttpAuthHandler
H A Dhttp_auth_controller.cc157 : 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_
[all...]
H A Dhttp_auth_handler_ntlm_win.cc38 if (target_ == HttpAuth::AUTH_PROXY)
H A Dhttp_auth_controller.h50 // as specified by |target_|.
118 HttpAuth::Target target_; member in class:net::HttpAuthController
H A Dhttp_auth_handler_negotiate.cc171 if (target_ == HttpAuth::AUTH_PROXY)
325 if (target_ == HttpAuth::AUTH_PROXY)
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc147 : 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_
[all...]
H A Dzero_copy_stream_impl_lite.h146 string* target_; member in class:google::protobuf::io::StringOutputStream
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_tree_browser_cell.h22 id target_; // weak variable
/external/v8/src/
H A Ddata-flow.cc58 val = target_->data_[current_index_];
H A Ddata-flow.h47 : target_(target),
56 bool Done() const { return current_index_ >= target_->data_length_; }
80 BitVector* target_; member in class:v8::internal::BitVector::BASE_EMBEDDED
H A Dast.cc124 target_(target),
499 target_ =
528 target_ = Handle<JSFunction>::null();
539 target_ = candidate;
553 if (is_monomorphic_) target_ = oracle->GetCallTarget(this);
591 target_ = oracle->GetCallNewTarget(this);
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_gtk.cc73 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.
H A Ddock_info_win.cc63 if (hwnd == target_) {
116 target_(window),
124 HWND target_; member in class:__anon2521::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/
H A Dvcdiffengine_test.cc331 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::__anon3123::VCDiffEngineTest
390 const char* VCDiffEngineTest::target_ = NULL; member in class:open_vcdiff::__anon3123::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::__anon3123::WeaselsToMoonpiesTest
834 const char* WeaselsToMoonpiesTest::target_ = NULL; member in class:open_vcdiff::__anon3123::WeaselsToMoonpiesTest
[all...]
/external/chromium/net/base/
H A Ddnssec_chain_verifier.cc172 // 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_
[all...]
H A Ddnssec_chain_verifier.h95 std::string target_; member in class:net::DNSSECChainVerifier
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc114 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/
H A Dtab_controller.h56 id<TabControllerTarget> target_; // weak, where actions are sent variable
88 // Closes the associated TabView by relaying the message to |target_| to
/external/chromium/base/
H A Dtimer_unittest.cc210 target_(target) {
214 ASSERT_FALSE(target_->signaled());
220 DelayTimerTarget *const target_; member in struct:__anon1650::ResetHelper
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc217 target_(target) {
226 target_->SetFaviconHidingOffset(
229 target_->DisplayCrashedFavicon();
230 target_->SetFaviconHidingOffset(
238 target_->SetFaviconHidingOffset(0);
242 TabRendererGtk* target_; member in class:TabRendererGtk::FaviconCrashAnimation

Completed in 235 milliseconds

12