OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RequestImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/history/
web_history_service.cc
45
class
RequestImpl
: public WebHistoryService::Request,
49
virtual ~
RequestImpl
() {
66
RequestImpl
(Profile* profile,
209
scoped_ptr<DictionaryValue> ReadResponse(
RequestImpl
* request) {
306
RequestImpl
::CompletionCallback completion_callback = base::Bind(
310
scoped_ptr<
RequestImpl
> request(
311
new
RequestImpl
(profile_, url, completion_callback));
354
RequestImpl
::CompletionCallback completion_callback =
359
scoped_ptr<
RequestImpl
> request(
360
new
RequestImpl
(profile_, url, completion_callback))
[
all
...]
/external/chromium_org/google_apis/gaia/
oauth2_token_service.h
176
class
RequestImpl
: public base::SupportsWeakPtr<
RequestImpl
>,
181
explicit
RequestImpl
(const std::string& account_id, Consumer* consumer);
182
virtual ~
RequestImpl
();
238
virtual scoped_ptr<
RequestImpl
> CreateRequest(
244
virtual void FetchOAuth2Token(
RequestImpl
* request,
308
void StartCacheLookupRequest(
RequestImpl
* request,
oauth2_token_service.cc
49
OAuth2TokenService::
RequestImpl
::
RequestImpl
(
56
OAuth2TokenService::
RequestImpl
::~
RequestImpl
() {
60
std::string OAuth2TokenService::
RequestImpl
::GetAccountId() const {
64
void OAuth2TokenService::
RequestImpl
::InformConsumer(
117
base::WeakPtr<
RequestImpl
> waiting_request);
121
void AddWaitingRequest(base::WeakPtr<
RequestImpl
> waiting_request);
151
base::WeakPtr<
RequestImpl
> waiting_request);
167
std::vector<base::WeakPtr<
RequestImpl
> > waiting_requests_
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAPI.js
260
function
RequestImpl
(id)
265
RequestImpl
.prototype = {
916
var Request = declareInterfaceClass(
RequestImpl
);
Completed in 488 milliseconds